💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
# 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 ```