This is a collection of a few things that I require to do development with python.
No volumes
docker run -p 5000:5000 -it --rm tacodata/pythondev /bin/bash
This runs the development environment in a container, mapping port 5000 through to our host (for grip). I could use grip to view this file before checking it in to github to make sure the markdown is correct. Inside the container I would run:
grip
from the directory that contains the README.md file. Then, on a browser I could go to the hosts's IP:5000 to view what the web page would look like (when it is hosted on github).
Content type
Image
Digest
sha256:de10abf42…
Size
171.8 MB
Last updated
almost 11 years ago
docker pull tacodata/pythondev