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

https://github.com/siaexplains/docker-course-by-mosh

In this repository I will apply all thing that I learned form this course => https://youtu.be/pTFZFxd4hOI
https://github.com/siaexplains/docker-course-by-mosh

docker docker-compose

Last synced: about 1 month ago
JSON representation

In this repository I will apply all thing that I learned form this course => https://youtu.be/pTFZFxd4hOI

Awesome Lists containing this project

README

          

# docker-course-by-mosh
In this repository I will apply all thing that I learned form this course =>

https://youtu.be/pTFZFxd4hOI

How to build a docker image:
```
docker build -t hello-docker .
```

How to run the image:
```
docker run hello-docker
```

📫 How to reach me:

[![Twitter Follow](https://img.shields.io/twitter/follow/siaexplains?style=social)](https://twitter.com/siaexplains)