dockerlab101

In this free lab, we will get familiar with docker and some of its basic commands


In case you prefer a video, check below our YouTube video for this lab

Click here to create a docker hub account

docker login
pwd start

It will start a 4 hour session

pwd session
click on + ADD NEW INSTANCE

pwd add node

docker container run hello-world
docker run hello world

Check size of image with below command:

docker images
docker images

You can get more details on container with below command

docker inspect <container name>
docker inspect container

You can get more details on image with below command

docker inspect <image name>
docker inspect image

Delete all open nodes/instances and close session

  1. Select the node and click on DELETE
  2. Repeat same for any other open nodes
  3. click close session
cleanup
Click on ‘Submit Feedback’ on the bottom left of the page to submit any questions/feedback.