Sign inSign up

pascalgrimaud/hello

By pascalgrimaud

Updated almost 10 years ago

a simple Docker image to say Hello World!

Image
0

331

pascalgrimaud/hello repository overview

hello

Circle CIDocker Build

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

Tag summary

Content type

Image

Digest

Size

16.3 MB

Last updated

almost 10 years ago

docker pull pascalgrimaud/hello