@@ -35,7 +35,7 @@ docker run debian
|
||||
|
||||
Wait, nothing happened! Is that a bug? Well, no. Behind the scenes, a lot of stuff happened.
|
||||
|
||||
When you call `run`, the Docker client finds the image (busybox in this case), loads up the container and then runs a command in that container.
|
||||
When you call `run`, the Docker client finds the image (`debian` in this case), loads up the container and then runs a command in that container.
|
||||
|
||||
When we run `docker run debian`, we didn't provide any command, so the container booted up, ran an empty command and then exited.
|
||||
Well, yeah - kind of a bummer. Let's try something more exciting.
|
||||
|
||||
Reference in New Issue
Block a user