Docker allows any developer of any language to package an app into a container, like a shipping container. Containers include an app and all the other software it depends on, like databases. Containers let your users easily run your website, app, or service on any operating system they want. This course will show you how Docker works, and how it can make it easier to distribute your software!
Docker bundles your app together with all the libraries and services it depends on into a package called a container, which can then be delivered as a single unit wherever it needs to go. In this stage, we'll look at how this powerful new paradigm can help you deliver software more easily.
Chevron 5 steps3:15
4:05
6:14
3:50
4 questions
In this stage, we'll take a closer look at how Docker works.
Chevron 4 steps5:25
2:56
9:59
7 questions
Docker looks for a Dockerfile for instructions on how it should build an image. In this stage, we're going to learn about all the instructions you can include in a Dockerfile so that your image is configured just the way you want it.
Chevron 9 steps5:31
0:55
1:46
3:12
3:53
0:51
3:12
4:00
7 questions
Now that you know the basics of creating Docker images and containers, it probably won't be long before you build up a substantial collection. Let's look at some features Docker has provided to help you manage your images and containers.
Chevron 4 steps1:57
7:36
4:01
6 questions
In this final stage, we'll take everything we've learned so far and Dockerize this simple Node.js web app.
Chevron 4 steps4:05
3:10
1:29
8 questions