Workshop Objectives:

Legend:

Any text in a BLUE background can be opened and toggled up

Prerequisites


Practice 1: Running your first container

For this task, you’ll first make sure you have docker installed correctly, as well as running your first container!

<aside> ⚠️ Before starting, remember to start the Docker application by opening it

</aside>

Steps

<aside> 🚨 Notice, docker run attempts to run the ‘hello-world’ container, but since it cannot find one locally in your registry, it tries to pull from Dockerhub.

</aside>

(10 mins~)