HyperNetwork
Set up a virtual network with Docker. Create and manage volumes, run multiple services, and enable container communication for practical applications.
Graduate
By the end of the course, you'll have a solid understanding of Docker and of how to use it to containerize your own applications. You'll be able to confidently create, package, and deploy your applications in a containerized environment, making your software development and deployment process much more efficient and reliable.
Throughout the course, you will learn:
Master advanced engineering concepts through ambitious projects. Each project deepens your expertise and transforms you from an experienced engineer into an exceptional one.
Docker is a platform for developing, shipping, and running applications. Docker provides the ability to package and run an application in a container environment. Container images are lightweight units that contain everything needed to run an application. You can easily share your application with container images; everyone you share it with gets the same container image that works similarly. 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
