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

https://github.com/thenets/docker-hello

Simple Docker Hello
https://github.com/thenets/docker-hello

Last synced: 5 months ago
JSON representation

Simple Docker Hello

Awesome Lists containing this project

README

          

# Docker Hello

[![Docker Pulls](https://img.shields.io/docker/pulls/thenets/hello.svg?style=flat-square)](https://hub.docker.com/r/thenets/hello/)

Based on official Nginx Demo:
- https://github.com/nginxinc/NGINX-Demos/tree/master/nginx-hello

## Run

```bash
docker run --rm -p 80:80 thenets/hello
```