An open API service indexing awesome lists of open source software.

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!

Awesome Lists containing this project

README

          

# hello

[![Circle CI](https://circleci.com/gh/pascalgrimaud/hello.svg?style=shield)](https://circleci.com/gh/pascalgrimaud/hello)[![Docker Build](https://img.shields.io/docker/automated/pascalgrimaud/hello.svg)](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)