https://github.com/jeancahu/docker_images
https://github.com/jeancahu/docker_images
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jeancahu/docker_images
- Owner: jeancahu
- Created: 2020-09-29T04:42:32.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2020-10-05T02:47:32.000Z (almost 5 years ago)
- Last Synced: 2025-01-22T05:24:12.641Z (6 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