Introduction
In this lab, we will embark on a journey to the depths of an ancient Egyptian pyramid, assuming the role of an intrepid explorer seeking the lost treasures within. The primary goal is to utilize Docker to display system-wide information as we navigate through the labyrinthine passages of the pyramid.
Exploring the Pyramid Chamber
In this step, we will start our exploration by entering the main chamber of the pyramid and accessing the system-wide information using Docker. Let's commence the adventure by executing the following commands:
First, let's display system-wide Docker information:
docker info
Unveiling Ancient Artefacts
As we delve deeper into the pyramid, we will encounter ancient artefacts and relics within hidden chambers. In this step, we will uncover more system-wide information related to Docker by running the following command:
Let's explore the system-wide events associated with Docker:
docker system events
Navigating Treacherous Pathways
As we continue our expedition, we must navigate through treacherous pathways to gain knowledge of the Docker containers running on the system. Let's proceed by executing the command below:
Navigate through the containers running on the system:
docker ps -a
Summary
In this lab, we embarked on an exhilarating adventure through the ancient pyramid, assuming the role of an explorer delving deep into the mysteries of Docker. By uncovering system-wide information and unraveling the secrets of Docker commands, we gained valuable insights into managing and understanding Docker's intricacies. Through this journey, we've honed our skills in manipulating Docker for diverse purposes, setting the stage for further exploration and mastery of container technology.



