- Docker on Windows
- Elton Stoneman
- 206字
- 2021-07-02 19:53:15
The Docker service and Docker command-line
Docker runs as a background Windows service. This service manages all the running containers and exposes a REST API for consumers to work with containers and other Docker resources. The main consumer of that API is the Docker command-line tool, 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, 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 should also include encryption, so your connection is secure--and in this chapter, I will show you an easy way to configure that.
When you have Docker running, you'll start by running containers from images.
- Android項(xiàng)目開發(fā)入門教程
- Python從小白到大牛
- Python Tools for Visual Studio
- 秒懂設(shè)計(jì)模式
- WebRTC技術(shù)詳解:從0到1構(gòu)建多人視頻會(huì)議系統(tǒng)
- Spring Boot Cookbook
- C++從入門到精通(第5版)
- Procedural Content Generation for C++ Game Development
- IBM Cognos Business Intelligence 10.1 Dashboarding cookbook
- Sails.js Essentials
- Practical Predictive Analytics
- Mastering Embedded Linux Programming
- SEO教程:搜索引擎優(yōu)化入門與進(jìn)階(第3版)
- Android編程權(quán)威指南(第4版)
- 零基礎(chǔ)學(xué)SQL(升級(jí)版)