- Learn OpenShift
- Denis Zuev Artemii Kropachev Aleksey Usov
- 209字
- 2021-08-13 16:03:44
Using Docker man, help, info
The Docker daemon listens on unix:///var/run/docker.sock but you can bind Docker to another host/port or a Unix socket. The Docker client (the docker utility) uses the Docker API to interact with the Docker daemon.
The Docker client supports dozens of commands, each with numerous options, so an attempt to list them all would just result in a copy of the CLI reference from the official documentation. Instead, we will provide you with the most useful subsets of commands to get you up and running.
You can always check available man pages for all Docker sub-commands using:
$ man -k docker
You will be able to see a list of man pages for Docker and all the sub-commands available:
$ man docker
$ man docker-info
$ man Dockerfile
Another way to get information regarding a command is to use docker COMMAND --help:
# docker info --help
Usage: docker info
Display system-wide information
--help Print usage
The docker utility allows you to manage container infrastructure. All sub-commands can be grouped as follows:
Activity type |
Related subcommands Managing images |
search, pull, push, rmi, images, tag, export, import, load, save Managing containers |
run, exec, ps, kill, stop, start Building custom images |
build, commit Information gathering |
info, inspect |
- 嵌入式Linux開(kāi)發(fā)技術(shù)
- Ansible權(quán)威指南
- Windows Phone應(yīng)用程序開(kāi)發(fā)
- Linux操作系統(tǒng)應(yīng)用編程
- Linux運(yùn)維最佳實(shí)踐
- 細(xì)說(shuō)Linux基礎(chǔ)知識(shí)
- ElasticSearch Cookbook
- Linux內(nèi)核API完全參考手冊(cè)(第2版)
- Drupal 7 Cookbook
- 嵌入式微系統(tǒng)
- 電腦辦公(Windows 10 + Office 2016)入門與提高(超值版)
- Linux操作系統(tǒng)案例教程(第2版)
- Linux系統(tǒng)管理初學(xué)者指南:基于CentOS 7.6
- BuddyPress Theme Development
- Gradle Effective Implementations Guide(Second Edition)