Python 3 in ubuntu v18.04
Find the image here
Pulling the image
docker pull eisson/simple-web-app
Using the image in a Dockerfile
FROM eisson/simple-web-app
building and pushing :
$ docker build . -t eisson/simple-web-app:latest
$ docker push eisson/simple-web-app:latest
Content type
Image
Digest
Size
169.9 MB
Last updated
about 7 years ago
docker pull eisson/simple-web-app