- Course
Deploying a Containerized Application with Docker
Learn how to use Docker to containerize custom applications, build and share images on Docker Hub, and then start containers based on those images.
- Course
Deploying a Containerized Application with Docker
Learn how to use Docker to containerize custom applications, build and share images on Docker Hub, and then start containers based on those images.
Get started today
Access this course and other top-rated tech content with one of our business plans.
Try this course for free
Access this course and other top-rated tech content with one of our individual plans.
This course is included in the libraries shown below:
- Core Tech
What you'll learn
Images provide a standard format to package custom applications. In this course, Deploying a Containerized Application with Docker, you'll explore ways to provide the same consistency when running those applications. First, you'll learn how to create an image for a custom web API application. Then, you'll see how to push the image to Docker Hub. Finally, you'll attempt to manage the lifecycle of the application when it runs inside of a container based on the prebuilt image. When you're finished with this course, you'll have the skills and knowledge of the steps needed to containerize any application, starting with creating an image and then running it.