Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aselapathirage/choreo_docker
https://github.com/aselapathirage/choreo_docker
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/aselapathirage/choreo_docker
- Owner: AselaPathirage
- Created: 2023-03-23T11:33:14.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-23T11:35:17.000Z (almost 2 years ago)
- Last Synced: 2023-08-23T00:16:08.013Z (over 1 year ago)
- Language: Java
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
docker build -t helloworld:1.0 .
docker run -d --name helloWorld -p 8080:8080 helloworld:1.0
docker exec -it helloWorld bash
curl localhost:8080
docker tag helloworld:1.0 dmxunlimit/helloworld:1.0
docker push dmxunlimit/helloworld:1.0