Table of Contents

Build with Docker

Introduce how to build application with Docker.

Docker Architecture

Install and start Docker

Build and run an image with Docker

Refer to this page and try it out for yourself. Here is just a list of the commands used.

Reference

[a] The Docker daemon (dockerd) listens for Docker API requests and manages Docker objects such as images, containers, networks, and volumes. You can get more details from here