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

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

Hello Docker!
https://github.com/ayusshrathore/hello-docker

docker docker-compose

Last synced: about 1 month ago
JSON representation

Hello Docker!

Awesome Lists containing this project

README

          

# Deploying app using Docker

- Building app image
`docker build -t hello-docker:latest`

- Running the image container
`docker run hello-docker:latest`