Please enable JavaScript.
Coggle requires JavaScript to display documents.
Docker EcoSystem, Security_Challenges_In_DevOps, Working In DevSecOps
…
Docker EcoSystem
Docker file
txt file - sequence of commands to build DockerImg
source code, reviewed & checked into VersionCntl
-
Docker Containers
Runtime inst loaded from Docker Image
run, started, stopped, moved independently
-
-
-
Docker Commands
-
-
-
-
docker container {child command}
Manage containers, execute commands inside a container
-
-
docker stop
halts container, in this state, container restarted/committed to new image
-
-
-
-
-