Learning Path Details

Docker from Start to Finish from Tim Corey


Description:

Formerly called "Getting Started with Docker", this course is a deep dive into containerization with Docker. It covers what Docker is, what its benefits are, building, controlling, and updating containers, keywords, command-line options, and using Docker with .NET both with the automatic setup in Visual Studio, and manually adding Docker to an existing project.

Key Takeaways:

We learn the basics of Docker and containerization, using the command line as our primary interface. We also learn how to use Docker with .NET inside Visual Studio.

Technologies Learned:

  • Containerization;
  • Docker;

This learning resource was completed on 1/23/2022.

Back to List