docker-compose All In One

docker-compose

多容器应用

$ docker-compose -h

Define and run multi-container applications with Docker.

Usage:
docker-compose [-f <arg>...] [options] [--] [COMMAND] [ARGS...]
docker-compose -h|--help Options:
-f, --file FILE Specify an alternate compose file
(default: docker-compose.yml)
-p, --project-name NAME Specify an alternate project name
(default: directory name)
-c, --context NAME Specify a context name
--verbose Show more output
--log-level LEVEL Set log level (DEBUG, INFO, WARNING, ERROR, CRITICAL)
--no-ansi Do not print ANSI control characters
-v, --version Print version and exit
-H, --host HOST Daemon socket to connect to --tls Use TLS; implied by --tlsverify
--tlscacert CA_PATH Trust certs signed only by this CA
--tlscert CLIENT_CERT_PATH Path to TLS certificate file
--tlskey TLS_KEY_PATH Path to TLS key file
--tlsverify Use TLS and verify the remote
--skip-hostname-check Don't check the daemon's hostname against the
name specified in the client certificate
--project-directory PATH Specify an alternate working directory
(default: the path of the Compose file)
--compatibility If set, Compose will attempt to convert keys
in v3 files to their non-Swarm equivalent (DEPRECATED)
--env-file PATH Specify an alternate environment file Commands:
build Build or rebuild services
config Validate and view the Compose file
create Create services
down Stop and remove containers, networks, images, and volumes
events Receive real time events from containers
exec Execute a command in a running container
help Get help on a command
images List images
kill Kill containers
logs View output from containers
pause Pause services
port Print the public port for a port binding
ps List containers
pull Pull service images
push Push service images
restart Restart services
rm Remove stopped containers
run Run a one-off command
scale Set number of containers for a service
start Start services
stop Stop services
top Display the running processes
unpause Unpause services
up Create and start containers
version Show version information and quit

refs



xgqfrms 2012-2020

www.cnblogs.com 发布文章使用:只允许注册用户才可以访问!


最新文章

  1. C#日志
  2. 获取UILabel宽度的方法
  3. Spark Streaming揭秘 Day4-事务一致性(Exactly one)
  4. Swordfish
  5. BufferedInputStream 源码分析
  6. ZOJ 3635 Cinema in Akiba[ 大规模阵列 ]
  7. WebActivator的实现原理详解
  8. OpenGL.Vertex Array Object (VAO).
  9. bootstrap4中文版(纯手工翻译)
  10. openstack学习心得:keystone 常用命令(M版)
  11. okhttputils【 Android 一个改善的okHttp封装库】使用(三)
  12. Nagios Email告警 发不了,可能是 /var/spool/mqueue nagios用户没权限
  13. 百度未授权使用地图API
  14. 如何用javac 和java 编译运行整个Java工程
  15. WM_COPYDATA
  16. .Net高级技术——程序集
  17. Python中scatter函数参数用法详解
  18. Helm Charts
  19. eclipse下的tomcat内存设置大小(转)
  20. 【带修莫队】【权值分块】bzoj3196 Tyvj 1730 二逼平衡树

热门文章

  1. Manachar’s Algorithm
  2. 洛谷P2865
  3. 安装Archlinux+UEFI启动
  4. EasyUI框架
  5. hbase远程api调用, 远程连接开发,环境构建相关问题总结
  6. UML——部署图
  7. 分布式-springboot基础入门
  8. EF6.2加载速度慢的解决方案
  9. 从微信小程序到鸿蒙js开发【05】——tabs组件&amp;每日新闻
  10. Codeforces Round #652 (Div. 2) E. DeadLee(贪心)