Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jeancahu/docker_images


https://github.com/jeancahu/docker_images

Last synced: 2 days 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