Apply your knowledge by building a project

If you're just starting
  • HyperNetwork

    • Best rating
    • Best to start

    Set up a virtual network with Docker. Create and manage volumes, run multiple services, and enable container communication for practical applications.

    Graduate

  • Run Docker Run

    • Fastest to complete

    Docker is a platform for developing, shipping, and running applications. Docker provides the ability to package and run an application in an environment called a container. Container images are lightweight units that contain everything needed to run an application. You can easily share your application with container images, and everyone you share gets the same container image that works in the same way. Container images become containers in the run time. In this project, you will learn how to create and run a container with a web application.

    Graduate