How to Use Docker on OS X: The Missing Guide | Viget - 0 views
-
Docker is a client-server application.
-
The Docker server is a daemon that does all the heavy lifting: building and downloading images, starting and stopping containers, and the like. It exposes a REST API for remote management.
-
The Docker client is a command line program that communicates with the Docker server using the REST API.
- ...9 more annotations...