Simple image to test Docker is setup correctly.
187
Simple browser based app that helps a new user verify they have Docker setup correctly. Checks for general Internet connectivity and that the user can access PyPI and NPM for installing local development packages.
Github repository for this is located at https://github.com/frankwiles/hello-docker
The repo also contains a docker-compose file to make it easy for users not familiar with Docker.
Or you can just run it locally with:
$ docker run -p "80:80" frankwiles/hello-docker:latest
Content type
Image
Digest
Size
9 MB
Last updated
almost 7 years ago
docker pull frankwiles/hello-docker