A little python 3.9 based thing with some small utils that I find useful.
10K+
Mount a volume to /app containing your project files (including your main.py and requirements.txt) Each time the container is started, if it detects any changes to the requirements.txt file (if it exists), it will install all python libraries specified. If a main.py file exists, it will run it. The default /etc/resolv.conf is overwritten to 192.168.0.1 I don't know if anyone other than me will find this useful.
Content type
Image
Digest
sha256:8d43ffd93…
Size
356.6 MB
Last updated
over 2 years ago
docker pull chell3/devpi