Card 06/ 06
All 6 cards
RecapDifficulty: Intermediate1 min
What You Learned
docker runpulls, creates and starts, and only the pull touches the network.-pis host first, container second. The container's number is the one you cannot choose.docker psshows what is running;-ashows what exited.docker logsholds what the program said on its way out.docker exec -itgets you inside a container that is already running;docker runwould start a different one.