码迷,mamicode.com
首页 > 其他好文 > 详细

docker命令详解

时间:2016-08-29 22:47:21      阅读:197      评论:0      收藏:0      [点我收藏+]

标签:docker   命令详解   

docker [OPTIONS] command

Usage: docker [OPTIONS] COMMAND [arg...]

      docker daemon [ --help | ... ]

      docker [ -h | --help | -v | --version ]

 

A self-sufficient runtime for containers.

Options:

 --config=~/.docker             Location of client config files

  -D,--debug=false               Enable debug mode

  -H,--host=[]                   Daemonsocket(s) to connect to

  -h,--help=false                Print usage

  -l,--log-level=info            Set the logginglevel

 --tls=false                     Use TLS; implied by--tlsverify

 --tlscacert=~/.docker/ca.pem   Trust certs signed only by this CA

 --tlscert=~/.docker/cert.pem   Path to TLS certificate file

 --tlskey=~/.docker/key.pem     Path to TLS key file

 --tlsverify=false               Use TLS and verify the remote

  -v,--version=false             Print version information and quit


本文出自 “老书生” 博客,请务必保留此出处http://showing.blog.51cto.com/11976328/1844078

docker命令详解

标签:docker   命令详解   

原文地址:http://showing.blog.51cto.com/11976328/1844078

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!