February 2019
Intermediate to advanced
240 pages
5h 25m
English
Ahh, that’s better; we can hang up our apron. Our preparation—or mise en place—is complete.
Let’s review what we covered in this chapter:
We configured our app to run in production, with the necessary environment variables set.
We created an enhanced production image that precompiled our assets.
We discussed the need for making our images available on different machines, and you learned how Docker Registries facilitate this.
We saw the naming convention we need to refer to a specific version of an image unambiguously:
| | [<registry hostname>[:port]/]<username>/<image name>[:<tag>] |
You created a Docker Hub account (if you didn’t already have one).
We built our production image and pushed it to a public Docker Registry (Docker Hub), ...
Read now
Unlock full access