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

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

learning docker
https://github.com/overrevvv/hello-docker

Last synced: 3 months ago
JSON representation

learning docker

Awesome Lists containing this project

README

          

# Hello Docker

Command To Pull My Docker Image
```bash
docker pull overrevvv/hello-docker:0.0.3.Release
```
Command To Run This Docker App
```bash
docker run -p 8080:8080 overrevvv/hello-docker:0.0.3.Release
```
## Try this Docker Repo using [Play With Docker](https://labs.play-with-docker.com/)