[Discuss] Container to deploy a web service

Jason Normand jay at lentecs.com
Thu Nov 8 19:56:44 EST 2018


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
>



More information about the Discuss mailing list