Inspect Docker
Check the client and daemon versions in your Docker lab.
docker versionLearn Docker online with container commands, image discovery, and practical Linux labs. Run a first container and understand the image-to-container workflow.
Start here
Explore these tools and example tasks, then sign in and launch the Docker lab to practice with real software. Complete the lab setup before running the examples.
Check the client and daemon versions in your Docker lab.
docker versionDownload and run the introductory image.
docker run hello-worldInspect containers that are currently running.
docker psInclude stopped containers in the list.
docker ps -aSee the images stored in your lab.
docker imagesStart an Nginx container and publish its HTTP port.
docker run -d --name web -p 8080:80 nginxInspect output from the web container after starting it.
docker logs webStop the named web container when you finish the exercise.
docker stop webNo setup needed
Learn Docker online with container commands, image discovery, and practical Linux labs. Run a first container and understand the image-to-container workflow.
Sign in and launch the Docker lab to use the hosted environment. Follow the setup instructions, explore the tools introduced above, and continue through guided tasks with real command output and Labby assistance.
Keep learning
Build on your Docker experiments with a structured skill tree. Explore the skills, choose a guided lab, and practice each concept in an online environment.
Build images and run containers without installing Docker locally. The hosted lab gives you a Linux workspace for learning container workflows from your browser.
Sign in and launch the Docker lab to execute commands against a real Docker engine. The quick-start cards describe tasks to try in that environment.
Practice image and container management, Dockerfiles, port publishing, volumes, and multi-container applications. Start with the Docker Skill Tree and progress through guided labs.
Sign in to launch a free Docker lab and follow its setup instructions. Session duration and resources depend on the selected lab and your plan.
No local installation is required. Sign in and open the lab in a modern browser. Follow the lab instructions to configure software inside the environment.
Sign in and launch the Docker lab to use real tools. Complete the setup, then use the terminal or application provided by the lab.
Follow the Docker Skill Tree for guided labs and challenges. Practice regularly, inspect command output and ask Labby for help.
Your next step
Continue with real tools, guided labs, and Labby assistance.