当前位置:   article > 正文

docker container inspect 使用详解

container inspect

1、Command Help

[root@Tang-6 ~]# docker container inspect --help

Usage:	docker container inspect [OPTIONS] CONTAINER [CONTAINER...]

Display detailed information on one or more containers

Options:
  -f, --format string   Format the output using the given Go template
  -s, --size            Display total file sizes
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9

2、Format the output using the given Go template

[root@Tang-6 ~]# docker container inspect mybox1
"NetworkSettings": {
   
            "Bridge": "",
            "SandboxID"
  • 1
  • 2
  • 3
  • 4
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/你好赵伟/article/detail/1016165
推荐阅读
相关标签
  

闽ICP备14008679号