当我运行时,我会得到以下错误
$ ansible-容器构建
ERROR: for ansible-container Container command '/usr/local/bin/builder.sh' not found or does not exist.耐火/集装箱.
version: "1"
services:
web:
image: busybox:latest
registries: {}抗/主要.
- hosts:
tasks:
- name: Copy something
copy: src=start_here.sh dest=/etc/start_here.sh发布于 2017-07-11 16:23:17
你错过了列车员的设置。
version: "2"
settings:
conductor:
base: "centos:7"然后,您可以启动服务部分。
services:
mongo:
from: "centos:7"https://stackoverflow.com/questions/38656934
复制相似问题