https://github.com/pascalgrimaud/hello
:whale: a simple Docker image to say Hello World!
https://github.com/pascalgrimaud/hello
Last synced: 3 months ago
JSON representation
:whale: a simple Docker image to say Hello World!
- Host: GitHub
- URL: https://github.com/pascalgrimaud/hello
- Owner: pascalgrimaud
- License: apache-2.0
- Created: 2016-11-12T22:36:06.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-27T11:32:28.000Z (over 9 years ago)
- Last Synced: 2024-10-05T19:21:59.199Z (over 1 year ago)
- Language: HTML
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hello
[](https://circleci.com/gh/pascalgrimaud/hello)[](https://img.shields.io/docker/automated/pascalgrimaud/hello.svg)
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](http://localhost:8080)