Diving Deeper Into Containers
Explore advanced Docker container concepts and operations, including running containers in different modes, managing container lifecycle, inspecting container details, working with logs, executing commands in running containers, copying files, setting environment variables, and limiting container resources.
Docker
Online Docker Playground
LabEx offers an Online Docker Playground, a cloud-based environment that allows you to quickly set up a Docker environment for learning and experimentation.
Docker
Working with Docker Images
Learn how to pull, run, manage, and manipulate Docker images. This lab covers pulling images from Docker Hub, running different versions, listing and removing images, understanding image layers, searching for images, saving and loading images, and basic image tagging.
DockerLinux
Instant Claude Computer Use Demo
This lab provides a streamlined experience to explore Claude 3.5 Sonnet's computer interaction capabilities using the pre-installed Anthropic Computer Use Demo in LabEx
Docker
Custom Docker Images
Learn how to create custom Docker images to enhance your applications by including additional software, libraries, and configurations. This lab covers creating a basic image, adding custom software, using environment variables, and testing your custom images.
DockerLinux
Docker Run Command Parameters
Learn the Docker run command and its various parameters in this comprehensive lab. Learn to manage container naming, port mapping, volume mounting, environment variables, resource constraints, networking, restart policies, and custom commands.
Docker
Dive Into Docker Networking
Dive deep into Docker networking modes including Bridge, Host, and None. Learn how to create custom bridge networks, connect containers across networks, utilize host networking, explore network isolation, and implement service discovery with network aliases.
Docker
Working with Docker Volumes
Learn Docker volume management in this hands-on lab. Learn to create, manage, and utilize Docker volumes for persistent data storage. Explore volume sharing between containers, backup and restore techniques, and best practices for data management in containerized environments.
Docker
Advanced Dockerfile Techniques
Explore advanced Dockerfile techniques including multi-stage builds, .dockerignore usage, and advanced instructions like USER, ENTRYPOINT, HEALTHCHECK, and ARG to create efficient and flexible Docker images for a Flask application.
DockerLinux
Getting Started with Claude's Computer Use Demo
Experience new Claude 3.5 Sonnet's groundbreaking computer interaction capabilities through Anthropic's official Computer Use Demo. This practical tutorial guides you through setting up and exploring Claude's ability to understand and execute real computer tasks in a controlled environment.
Docker
Docker Networking Basics
Learn the fundamentals of Docker networking, including network types, creating custom networks, connecting containers, and exploring different network modes. This hands-on tutorial covers essential Docker networking concepts and commands.
DockerLinux
Docker Push Image to Repository
In this lab, we will explore the scenario of the Dragon Kingdom, where the Dragon King is looking to push Docker images to the repository. The Dragon Kingdom is a mystical land where dragons rule and magic thrives. The Dragon King, ruler of the kingdom, seeks to store and manage the kingdomโs magical artifacts and spells in a secure and organized manner within the repository. The goal is to enable the citizens of the kingdom to easily access and utilize the stored images for various enchanting purposes.
Docker
Docker View Container Logs
Welcome to the magical village of Fairy Tale Land! In this whimsical setting, you will take on the role of a magical farmer who tends to enchanted creatures and plants. Your goal is to learn how to view logs from Docker containers to maintain the magical ecosystem of the village.
Docker
Docker Log out from Docker Registry
In this lab, you will navigate through an ancient maze and encounter a mysterious Maze Puzzle Master. Your objective is to demonstrate your skills in logging out from a Docker Registry in order to unlock the secrets of the maze.
Docker
Docker Log into Docker Registry
In this lab, we will explore the scenario of the magical seafaring world, where you take on the role of a magical maritime trader navigating the seas to trade valuable goods. Your goal is to securely log into the magical maritime trading hub's registry to access and push container images.
Docker
Docker Inspect Container
In this lab, we will explore the Docker 'inspect' command by immersing ourselves in a scenario involving a mysterious gateway to the supernatural world. We play the role of a prominent figure, the 'Supernatural Leader,' who needs to inspect Docker containers to unravel the hidden secrets behind the supernatural gateway and protect our world from potential threats.
Docker
Docker Copy Data Between Host and Container
In this lab, we are transported to the enchanting Royal Magic Academy, where we take on the role of a Royal Wizard. As a wizard, we are charged with the task of mastering the art of Docker magic to seamlessly transport valuable data between the mystical realms of the host and the container. Our ultimate goal is to wield the docker cp command to transfer data back and forth with finesse and precision.
Docker
Docker Build Image from Dockerfile
Welcome to the future spaceport, a bustling hub of intergalactic travel. As a stellar communications officer, your mission is to ensure that all spacecraft are equipped with the necessary software and configurations as they prepare for their cosmic voyages. In this lab, you will learn how to use Docker to build custom images from Dockerfiles, ensuring that the spacecraft are equipped with the required software packages and configurations for their interstellar journeys.
Docker