https://github.com/overrevvv/hello-docker
learning docker
https://github.com/overrevvv/hello-docker
Last synced: 3 months ago
JSON representation
learning docker
- Host: GitHub
- URL: https://github.com/overrevvv/hello-docker
- Owner: OverRevvv
- Created: 2024-06-10T15:47:07.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-15T15:50:47.000Z (about 2 years ago)
- Last Synced: 2025-03-09T08:41:11.556Z (over 1 year ago)
- Language: JavaScript
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)