docker compose.yaml
Posted i舒
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了docker compose.yaml相关的知识,希望对你有一定的参考价值。
version: "3"
services:
test unit:
build: .
image: xx.xx.xx.xx:xxxx/test-daily
volumes:
- ./config.yaml:/home/config/config.yaml
command: bash test.sh
tty: true
以上是关于docker compose.yaml的主要内容,如果未能解决你的问题,请参考以下文章
Docker学习__docker命令[docker version 和 docker info]