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
- Host: GitHub
- URL: https://github.com/peible/rm-docker
- Owner: peible
- Created: 2024-12-04T19:10:11.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-07T18:40:02.000Z (6 months ago)
- Last Synced: 2025-02-14T01:17:35.563Z (4 months ago)
- Topics: docker, dockerfile, roadmap-project
- Language: Dockerfile
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rm-docker
Build a basic Dockerfile to create a Docker imagehttps://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
```