GPL Licensed code as separate process Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?Can one take BSD licensed code and distribute it under GPL?Usage of gplv3 software to deliver outputCan I bundle Apache 2.0 licensed components in a GPL 3 licensed project?Does the GNU Affero GPL help to protect against closed source if the application is run on a remote server?What are the limits of software licensing?Can a company legally block access to their public servers for a specific program?Code compatible with a GPL licensed program published under a different license (GNU gettext)Re-Releasing, Re-Naming and Re-Writing Open Source GNU V3 Licensed softwareApplication code shared between GNU and Comercial softwareWebsites using GPL-licensed libraries

What is a 'Key' in computer science?

Raising a bilingual kid. When should we introduce the majority language?

Are these square matrices always diagonalisable?

Check if a string is entirely made of the same substring

Israeli soda type drink

Are all CP/M-80 implementations binary compatible?

Expansion//Explosion and Siren Stormtamer

What is "leading note" and what does it mean to "raise a note"?

Married in secret, can marital status in passport be changed at a later date?

Is Electric Central Heating worth it if using Solar Panels?

Do you need a weapon for Thunderous Smite, and the other 'Smite' spells?

My bank got bought out, am I now going to have to start filing tax returns in a different state?

Is there any hidden 'W' sound after 'comment' in : Comment est-elle?

What is ls Largest Number Formed by only moving two sticks in 508?

Why did Israel vote against lifting the American embargo on Cuba?

Second order approximation of the loss function (Deep learning book, 7.33)

Map material from china not allowed to leave the country

Can you stand up from being prone using Skirmisher outside of your turn?

Identify story/novel: Tribe on colonized planet, not aware of this. "Taboo," altitude sickness, robot guardian (60s? Young Adult?)

Retract an already submitted recommendation letter (written for an undergrad student)

What is the best argument for maximum parsimony method in phylogenetic tree construction?

Why does the Cisco show run command not show the full version, while the show version command does?

What to do with someone that cheated their way through university and a PhD program?

How to find the right literary agent in the USA?



GPL Licensed code as separate process



Announcing the arrival of Valued Associate #679: Cesar Manara
Unicorn Meta Zoo #1: Why another podcast?Can one take BSD licensed code and distribute it under GPL?Usage of gplv3 software to deliver outputCan I bundle Apache 2.0 licensed components in a GPL 3 licensed project?Does the GNU Affero GPL help to protect against closed source if the application is run on a remote server?What are the limits of software licensing?Can a company legally block access to their public servers for a specific program?Code compatible with a GPL licensed program published under a different license (GNU gettext)Re-Releasing, Re-Naming and Re-Writing Open Source GNU V3 Licensed softwareApplication code shared between GNU and Comercial softwareWebsites using GPL-licensed libraries










0















We are going to use a GPL licensed application as separate process inside a docker. So here's how it works:



  • Main app ships to client, it doesn't have any GPL code. Does have lots of things and manages lots of Docker images.


  • Our app CAN download and launch custom made Docker images (special purpose, we maintain docker images and they are custom built). All other docker images we have, does not include any GPL code.


  • Inside just one of the docker images a server software with GPL license will be running all the time, that's the main server software in that particular docker image (as-is)


Can we do this in our commercial app without having to publish our source code?



Basically we maintain and create the docker image, but that's not main part of our software and its completely optional and users can choose to download that docker image and run it if they want to. GPL code is not blended into our main app, its totally separate and its inside docker image. Imagine being Amazon and maintaining list of VM images you build and letting your clients download and launch instances of VM images you built that contain many GPL licensed applications.










share|improve this question







New contributor




GMX Rider is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
























    0















    We are going to use a GPL licensed application as separate process inside a docker. So here's how it works:



    • Main app ships to client, it doesn't have any GPL code. Does have lots of things and manages lots of Docker images.


    • Our app CAN download and launch custom made Docker images (special purpose, we maintain docker images and they are custom built). All other docker images we have, does not include any GPL code.


    • Inside just one of the docker images a server software with GPL license will be running all the time, that's the main server software in that particular docker image (as-is)


    Can we do this in our commercial app without having to publish our source code?



    Basically we maintain and create the docker image, but that's not main part of our software and its completely optional and users can choose to download that docker image and run it if they want to. GPL code is not blended into our main app, its totally separate and its inside docker image. Imagine being Amazon and maintaining list of VM images you build and letting your clients download and launch instances of VM images you built that contain many GPL licensed applications.










    share|improve this question







    New contributor




    GMX Rider is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.






















      0












      0








      0








      We are going to use a GPL licensed application as separate process inside a docker. So here's how it works:



      • Main app ships to client, it doesn't have any GPL code. Does have lots of things and manages lots of Docker images.


      • Our app CAN download and launch custom made Docker images (special purpose, we maintain docker images and they are custom built). All other docker images we have, does not include any GPL code.


      • Inside just one of the docker images a server software with GPL license will be running all the time, that's the main server software in that particular docker image (as-is)


      Can we do this in our commercial app without having to publish our source code?



      Basically we maintain and create the docker image, but that's not main part of our software and its completely optional and users can choose to download that docker image and run it if they want to. GPL code is not blended into our main app, its totally separate and its inside docker image. Imagine being Amazon and maintaining list of VM images you build and letting your clients download and launch instances of VM images you built that contain many GPL licensed applications.










      share|improve this question







      New contributor




      GMX Rider is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.












      We are going to use a GPL licensed application as separate process inside a docker. So here's how it works:



      • Main app ships to client, it doesn't have any GPL code. Does have lots of things and manages lots of Docker images.


      • Our app CAN download and launch custom made Docker images (special purpose, we maintain docker images and they are custom built). All other docker images we have, does not include any GPL code.


      • Inside just one of the docker images a server software with GPL license will be running all the time, that's the main server software in that particular docker image (as-is)


      Can we do this in our commercial app without having to publish our source code?



      Basically we maintain and create the docker image, but that's not main part of our software and its completely optional and users can choose to download that docker image and run it if they want to. GPL code is not blended into our main app, its totally separate and its inside docker image. Imagine being Amazon and maintaining list of VM images you build and letting your clients download and launch instances of VM images you built that contain many GPL licensed applications.







      software licensing commerce gpl






      share|improve this question







      New contributor




      GMX Rider is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      share|improve this question







      New contributor




      GMX Rider is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      share|improve this question




      share|improve this question






      New contributor




      GMX Rider is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked 11 mins ago









      GMX RiderGMX Rider

      1




      1




      New contributor




      GMX Rider is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      GMX Rider is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      GMX Rider is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.




















          0






          active

          oldest

          votes












          Your Answer








          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "617"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          noCode: true, onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );






          GMX Rider is a new contributor. Be nice, and check out our Code of Conduct.









          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2flaw.stackexchange.com%2fquestions%2f40420%2fgpl-licensed-code-as-separate-process%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          GMX Rider is a new contributor. Be nice, and check out our Code of Conduct.









          draft saved

          draft discarded


















          GMX Rider is a new contributor. Be nice, and check out our Code of Conduct.












          GMX Rider is a new contributor. Be nice, and check out our Code of Conduct.











          GMX Rider is a new contributor. Be nice, and check out our Code of Conduct.














          Thanks for contributing an answer to Law Stack Exchange!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2flaw.stackexchange.com%2fquestions%2f40420%2fgpl-licensed-code-as-separate-process%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Era Viking Índice Início da Era Viquingue | Cotidiano | Sociedade | Língua | Religião | A arte | As primeiras cidades | As viagens dos viquingues | Viquingues do Oeste e Leste | Fim da Era Viquingue | Fontes históricas | Referências Bibliografia | Ligações externas | Menu de navegação«Sverige då!»«Handel I vikingetid»«O que é Nórdico Antigo»Mito, magia e religião na volsunga saga Um olhar sobre a trajetória mítica do herói sigurd«Bonden var den verklige vikingen»«Vikingatiden»«Vikingatiden»«Vinland»«Guerreiras de Óðinn: As Valkyrjor na Mitologia Viking»1519-9053«Esculpindo símbolos e seres: A arte viking em pedras rúnicas»1679-9313Historia - Tema: VikingarnaAventura e Magia no Mundo das Sagas IslandesasEra Vikinge

          What's the metal clinking sound at the end of credits in Avengers: Endgame?What makes Thanos so strong in Avengers: Endgame?Who is the character that appears at the end of Endgame?What happens to Mjolnir (Thor's hammer) at the end of Endgame?The People's Ages in Avengers: EndgameWhat did Nebula do in Avengers: Endgame?Messing with time in the Avengers: Endgame climaxAvengers: Endgame timelineWhat are the time-travel rules in Avengers Endgame?Why use this song in Avengers: Endgame Opening Logo Sequence?Peggy's age in Avengers Endgame

          Are there legal definitions of ethnicities/races? The 2019 Stack Overflow Developer Survey Results Are In Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Legal definitions in the United StatesAre there truly legal limits on US interest rates?Are gender identity and sexual orientation federally protected?Why is there an apparent legal bias against digital services?What limits are there to the powers of individual judges in the United States legal system?Are women only scholarships legal under Irish / EU law?Is the term “race” defined by Public Law enacted by Congress of the United StatesIs there a legal definition of race in the US?Neighbors are spying for landlord on Renters is it legal?Are Protected Classes Bi-directional?