BLU Discuss list archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Discuss] Container to deploy a web service
- Subject: [Discuss] Container to deploy a web service
- From: mariolzx at gmail.com (Tom Luo)
- Date: Thu, 8 Nov 2018 23:53:52 -0500
- In-reply-to: <CAHtYjWLP7Vwkm1=J1KKjQvXGsNbG=hGJSNAsUy=CQe2f=MsgSw@mail.gmail.com>
- References: <CAJWk+TPWHP+FXBe01BOsX8qYDoByOqpid98+t2ZoGUe6HgFwZA@mail.gmail.com> <5be450ac.1c69fb81.22266.0231@mx.google.com> <CAHtYjWLP7Vwkm1=J1KKjQvXGsNbG=hGJSNAsUy=CQe2f=MsgSw@mail.gmail.com>
Hi, all, Thanks for answers. I just feel docker should support the feature to hide all details inside the container and just expose a port. I know I can compile to python code from .py to .pyc. But the python byte code is not that difficult to reverse engineering. Thanks, Tom On Thu, Nov 8, 2018 at 7:57 PM Jason Normand <jay at lentecs.com> wrote: > one other thing is if you if you are providing a container or vm you could > precompile all or some of the python. > > On Thu, Nov 8, 2018 at 10:05 AM Rich Pieri <richard.pieri at gmail.com> > wrote: > > > On Thu, 8 Nov 2018 02:34:42 -0500 > > Tom Luo <mariolzx at gmail.com> wrote: > > > > > Basically, what I need is to provide a port for customers to access > > > the service. At the same time, I don't want customers to see my code. > > > > > > What should I do? Any ideas? > > > > The Docker host can see everything in the container. The customer > > controls the Docker host. Therefore the customer can see everything in > > the container. Likewise the VirtualBox host once the encrypted VM is > > unlocked. Likewise every other deployment where the customer controls > > the deployment target. > > > > Solution: If you don't want your customers to see the source code > > then don't ship source code. > > > > -- > > Rich Pieri > > _______________________________________________ > > Discuss mailing list > > Discuss at blu.org > > http://lists.blu.org/mailman/listinfo/discuss > > > _______________________________________________ > Discuss mailing list > Discuss at blu.org > http://lists.blu.org/mailman/listinfo/discuss >
- Follow-Ups:
- [Discuss] Container to deploy a web service
- From: richard.pieri at gmail.com (Rich Pieri)
- [Discuss] Container to deploy a web service
- From: dsr at randomstring.org (Dan Ritter)
- [Discuss] Container to deploy a web service
- References:
- [Discuss] Container to deploy a web service
- From: mariolzx at gmail.com (Tom Luo)
- [Discuss] Container to deploy a web service
- From: richard.pieri at gmail.com (Rich Pieri)
- [Discuss] Container to deploy a web service
- From: jay at lentecs.com (Jason Normand)
- [Discuss] Container to deploy a web service
- Prev by Date: [Discuss] Container to deploy a web service
- Next by Date: [Discuss] Container to deploy a web service
- Previous by thread: [Discuss] Container to deploy a web service
- Next by thread: [Discuss] Container to deploy a web service
- Index(es):