- Containers in OpenStack
- Pradeep Kumar Singh Madhuri Kumari
- 132字
- 2021-07-02 21:17:24
Docker hands-on
This section explains how to use Docker to run any application inside containers. The Docker installation explained in the previous section also installs the docker command-line utility or the Docker client. Let's explore the docker command. Using the docker command consists of passing it a chain of options and commands followed by arguments.
The syntax takes this form:
$ docker [option] [command] [arguments] # To see help for inpidual command $ docker help [command]
To view system wide information about Docker and the Docker version, use the following:
$ sudo docker info $ sudo docker version
Docker has many subcommands to manage multiple resources managed by the Docker daemon. Here is a list of management commands supported by Docker:

In the next section, we will explore container and image resources.
推薦閱讀
- Big Data Analytics with Hadoop 3
- 計算機網絡應用基礎
- 工業機器人入門實用教程(KUKA機器人)
- Photoshop CS3圖層、通道、蒙版深度剖析寶典
- 現代傳感技術
- Kubernetes for Developers
- 空間機械臂建模、規劃與控制
- 精通數據科學:從線性回歸到深度學習
- 嵌入式操作系統原理及應用
- LMMS:A Complete Guide to Dance Music Production Beginner's Guide
- 會聲會影X4中文版從入門到精通
- Building Google Cloud Platform Solutions
- 人工智能云平臺:原理、設計與應用
- PyTorch深度學習
- 數字多媒體技術與應用實例