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: dsr at randomstring.org (Dan Ritter)
- Date: Thu, 8 Nov 2018 05:53:29 -0500
- In-reply-to: <CAJWk+TPWHP+FXBe01BOsX8qYDoByOqpid98+t2ZoGUe6HgFwZA@mail.gmail.com>
- References: <CAJWk+TPWHP+FXBe01BOsX8qYDoByOqpid98+t2ZoGUe6HgFwZA@mail.gmail.com>
Tom Luo: > 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? If you don't want them to see the source code, you need to not send them the source code. Since it's a web service, you would operate it as a service, charging a repeating fee, rather than as a product, where you ship it and forget about it. Alternatively, you could depend on a contract to prevent them from looking inside whatever you ship them. After all, you already depend on a contract sell it to them, and the code is covered by copyright. Remember that when you ship code around, you need to be obeying the applicable copyrights for anything you have included from other people. -dsr-
- References:
- [Discuss] Container to deploy a web service
- From: mariolzx at gmail.com (Tom Luo)
- [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):