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: 4 months ago
JSON representation

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)──>ProductionServer

Execute something in container

docker exec -it < container_id > < command >

docker container prune # remove stopped containers

docker run --name < container_name > ... blah blah