a simple Docker image to say Hello World!
331
Simple Docker image to say Hello World!
Pull the image: docker pull pascalgrimaud/hello
Or, you can build the image: docker build -t pascalgrimaud/hello .
Run the image directly: docker run --rm -it -p 8080:80 pascalgrimaud/hello
Run the image with docker-compose: docker-compose up -d
Then, go to: http://localhost:8080
Content type
Image
Digest
Size
16.3 MB
Last updated
almost 10 years ago
docker pull pascalgrimaud/hello