iyutr 发表于 2016-8-30 09:25:26

docker命令详解

docker commandUsage: docker COMMAND
      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
页: [1]
查看完整版本: docker命令详解