Machine for programming with Python
580
Docker machine for working on general Python projects. Has IPython and Jupyter installed.
There is a build.sh file packaged here. This is to help with further development of the container. One of a number of possible options must be passed at run time.
Runs the standard docker build command with a few build arguments; tags as both verson and latest picking up build version from the VERSION file.
Does not execute docker build. Instead modifies the Dockerfile replacing in-place values from the Dockerfile.tmpl with label values. This should be done prior to a tagged release.
Used in order to reinstate the normal Dockerfile for continuing development. Utility function only.
build directorybuild/VERSION$ ./build.sh restore to set up a clean Dockerfilebuild/Dockerfile.tmpl$ ./build.sh build to build current tag and latest$ ./build.sh releaseContent type
Image
Digest
Size
1.4 GB
Last updated
almost 9 years ago
docker pull chrisramsay/docker-python