Python image with some modules for development environments. Do not use it for production.
10K+
A Docker Python image with some useful packages for development environments. Do not use it for production.
Installed modules
The default command launch a Python 2 console:
# Classic console
$ docker run -it alexisno/python-dev
# IPython console
$ docker run -it alexisno/python-dev ipython
To launch a Python 3 console:
# Classic console
$ docker run -it alexisno/python-dev python3
# IPython console
$ docker run -it alexisno/python-dev ipython3
This image should be used as a basic image for any project.
docker build or docker-compose build.Run your new image with a command similar to this:
docker run -d -p 80:80 -v /path/to/your/project/sources:/var/www/project-name
Content type
Image
Digest
sha256:25305a97f…
Size
214.5 MB
Last updated
almost 11 years ago
docker pull alexisno/python-dev