Skip to content
Advertisement

Tag: docker

Why do people create virtualenv in a docker container?

You can build a container with Dockerfile in a few seconds. Then why do people need to install a virtual enviroment inside the docker container? It’s like a “virtual machine” in a virtual machine ? Answer I am working with virtualenvs in Docker and I think there are several reasons: you may want to isolate your app from system’s python

Encrypted and secure docker containers

We all know situations when you cannot go open source and freely distribute software – and I am in one of these situations. I have an app that consists of a number of binaries (compiled from C sources) and Python code that wraps it all into a system. This app used to work as a cloud solution so users had

Advertisement