Docker Activities 1: Verify the environment and command line tools: 1. Verify the Docker version: theia@theiadocker-mohiindia:/home/project$ docker --version Docker version 19.03.6, build 369ce74a3c 2. Verify the IBMCloud Version: theia@theiadocker-mohiindia:/home/project$ ibmcloud version ibmcloud version 1.2.3+3577aee6-2020-09-25T14:34:09+00:00 3.Clone the git repository that contains the artifacts needed for this lab: theia@theiadocker-mohiindia:/home/project$ git clone https://gitlab.com/ibm/skills-network/courses/cc201.git Cloning into 'cc201'... remote: Enumerating objects: 755, done. remote: Counting objects: 100% (755/755), done. remote: Compressing objects: 100% (391/391), done. remote: Total 755 (delta 424), reused 654 (delta 352), pack-reused 0 Receiving objects: 100% (755/755), 6.43 MiB | 18.71 MiB/s, done. Resolving deltas: 100% (424/424), done. 4. Change to the directory for this lab. theia@theiadocker-mohiindia:/home/project$ cd cc201/labs/1_ContainersAndDocker/ ...