Please enable JavaScript.
Coggle requires JavaScript to display documents.
Docker - Coggle Diagram
Docker
Compose
Split into services
Pull and build images
Configure env variables
Configure network
Setup volumes
Build and run
Container
running instance
created from image
expose ports to outer world
dont keep state
Image
basic element for every container
comprised of system libraries, system tools and other platforms settings
run on a containerization platform (fx. Docker)
you build a image through one or more steps
Registry
DockerHub
consist of many images
Port
Volume