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

https://github.com/peible/rm-docker

Build a basic Dockerfile to create a Docker image
https://github.com/peible/rm-docker

docker dockerfile roadmap-project

Last synced: about 2 months ago
JSON representation

Build a basic Dockerfile to create a Docker image

Awesome Lists containing this project

README

        

# rm-docker
Build a basic Dockerfile to create a Docker image

https://roadmap.sh/projects/basic-dockerfile
### REPO CLONING
```sh
git clone https://github.com/peible/rm-docker.git
cd rm-docker/
```
### BUILD
```sh
docker build -t docker-image .
```
### RUN
```sh
docker run docker-image
```