- Docker on Windows
- Elton Stoneman
- 218字
- 2021-07-02 12:47:52
The Docker Engine and Docker command-line
Docker runs as a background Windows service. This service manages every running container – it's called the Docker Engine. The engine exposes a REST API for consumers to work with containers and other Docker resources. The main consumer of this API is the Docker command-line tool (CLI), which is what I use for most of the code samples in this book.
The Docker REST API is public, and there are alternative management tools that are powered by the API, including web UIs like Portainer (which is open source), and Docker Universal Control Plane (UCP) (which is a commercial product). The Docker CLI is very simple to use - you use commands like docker container run to run an application in a container and docker container rm to remove a container.
You can also configure the Docker API to be remotely accessible and configure your Docker CLI to connect to a remote service. This means you can manage a Docker host running in the cloud using Docker commands on your laptop. The setup to allow remote access can also include encryption, so your connection is secure – and in this chapter, I will show you an easy way to configure this.
Once you have Docker running, you'll start by running containers from images.
- Linux從零開始學(視頻教學版)
- Windows Phone 7.5 Data Cookbook
- 奔跑吧 Linux內核(入門篇)
- 移動應用UI設計模式(第2版)
- Mobile First Design with HTML5 and CSS3
- Mastering Reactive JavaScript
- Learning Magento 2 Administration
- 從實踐中學習Kali Linux無線網絡滲透測試
- jQuery UI Cookbook
- 操作系統分析
- Django Project Blueprints
- bash shell腳本編程經典實例(第2版)
- Hadoop Operations and Cluster Management Cookbook
- Mastering AWS CloudFormation
- Responsive Web Design by Example:Beginner's Guide(Second Edition)