November 2018
Intermediate to advanced
404 pages
10h 16m
English
You set up the Docker environment in Chapter 12, Deploying to Cloud. In case you haven't installed Docker CLI on your local system, refer back to Chapter 12, Deploying to Cloud, for instructions on how to install the Docker CLI and create a Docker-enabled Kitura application from a boilerplate project.
If you are using Docker Desktop for Mac, the Docker daemon should be running in the background already. For Ubuntu, you may need to start the Docker daemon manually using the systemctl command:
$ sudo systemctl start docker
Assuming that you have docker running properly, perform the following steps to build a container image for your Kitura application:
Read now
Unlock full access