企业🤖AI Agent构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
# docker info 命令 该命令用于查看 Docker 的各项信息。 ## 语法 ``` docker info [OPTIONS] ``` ## 实例 查看 Docker 的各项信息 ``` docker info ``` ![](https://box.kancloud.cn/8977856a6baaa7b191577259984d7f44_844x959.png) ## 帮助 ``` $ docker info --help Usage: docker info [OPTIONS] Display system-wide information Options: -f, --format string Format the output using the given Go template ```