Site Loader
Auckland, New Zealand
In the last post we discussed how to work with commands in docker. In this post, we will discuss how to work with docker containers from docker hub.

What will happen while pulling an container ?

  1. The Docker client contacted the Docker daemon.
  2. The Docker daemon pulled the image from the Docker Hub.
  3. The Docker daemon created a new container from that image which runs the executable that produces the output you are currently reading.
  4. The Docker daemon streamed that output to the Docker client, which sent it to your terminal
Here are the complete videos of the above discussion Part A Part B Thanks for reading the post and watching the video!!! Please leave your comments and let me know if there is anything I should update in this post. Thanks, Karthik KK  

Post Author: Karthik kk

Leave a Reply

Your email address will not be published. Required fields are marked *