Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeancahu/docker_images
https://github.com/jeancahu/docker_images
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jeancahu/docker_images
- Owner: jeancahu
- Created: 2020-09-29T04:42:32.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-10-05T02:47:32.000Z (over 4 years ago)
- Last Synced: 2024-11-21T11:38:26.032Z (2 months ago)
- Language: Dockerfile
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker example
I use this repository as a template for future applications on docker
Dockerfile──>(build)──>DockerImage──>(run)──>DockerContainer
└─> [Github]DockerHub──>(pull)──>StagingServer
└─>(pull)──>ProductionServerExecute something in container
docker exec -it < container_id > < command >
docker container prune # remove stopped containers
docker run --name < container_name > ... blah blah