[Discuss] Container to deploy a web service

David Kramer david at thekramers.net
Thu Nov 8 03:11:35 EST 2018


If you open up the service port (let's say it's running on 8080) but 
limit SSH login to a key only you have, then they should be able to use 
the service without seeing in the docker image at all.

On 11/8/18 2:34 AM, Tom Luo wrote:
> Hi, all,
>
> I developed a software which provide a web service.
> When I deploy the software in customer's machines, I don't want them to see
> the source code.
> I tried to use docker, but I found out that docker cannot provide password
> protection. The customer can still see the source code. The source code
> contains python code and javascript code. I feel possibly virtual box is an
> option. But I have not tried yet.
> 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?
>
>
> Thanks,
>
> Tom
> _______________________________________________
> Discuss mailing list
> Discuss at blu.org
> http://lists.blu.org/mailman/listinfo/discuss



More information about the Discuss mailing list