docke-compose 简单使用


本地环境

docker-compose version 1.8.0, build unknown
  • build 本地创建镜像
  • command 覆盖缺省命令
  • depends_on 连接容器
  • ports 暴露端口
  • volumes 卷/挂载容器
  • image pull镜像
  • up 启动服务
  • stop 停止服务
  • rm 删除服务中的各个容器
  • logs 观察各个容器的日志
  • ps 列出服务相关的容器

参考文档


Author: Itaken
Reprint policy: All articles in this blog are used except for special statements CC BY 4.0 reprint polocy. If reproduced, please indicate source Itaken !
  TOC目录