Containerization with Docker by Example

Build, Deploy, and Scale with Docker

Have you been struggling taking your application from development to production because your environments don't match? Do you want your applications to be self-contained, minimizing the software diversity needed on every server? Are you tired of the overhead necessary when configuring application servers?

Look no further because Docker has you covered!

The Docker runtime allows you to deploy applications as containers while having the same experience regardless of the host computer's configuration. Each container receives its own configuration which is self-contained and not dependent on the host, making it easy to take these "micro-services" anywhere at any time, without the headache of configuring servers.

Take the example of a backend API and a frontend application. Typically, these would be two services. With Docker, these two applications would be containerized and deployed with ease using the same steps in development as production.

In this course you'll learn how to use Docker through actual examples. You'll see how to create your own custom images, deploy those images as containers on any machine, and have them communicate to each other or the host machine. By the end of the course you'll be familiar enough with Docker to apply your knowledge towards your own projects.


Your Instructor


Nic Raboy
Nic Raboy

Nic Raboy is an advocate of modern web and mobile development technologies. He has experience in Java, JavaScript, Golang and a variety of frameworks such as Angular, NativeScript, and Apache Cordova. Nic writes about his development experiences related to making web and mobile development easier to understand.


Frequently Asked Questions


Will this course include Kubernetes?
This course is strictly Docker and does not include topics such as Kubernetes deployments and similar.
Is know how to program with popular languages a course requirement?
The course will explore some minor shell scripting and JavaScript development, but knowing how to do either is not a requirement. Having these skills will absolutely help though.
Is the project source code available for download?
In lessons where projects are created, the source code will be attached.

Get started now!