[Discuss] Container to deploy a web service

Rich Pieri richard.pieri at gmail.com
Thu Nov 8 10:05:15 EST 2018


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



More information about the Discuss mailing list