我正在使用Docker 1.12和Compose 1.8。我试图了解如何将图像的卷安装到全局卷。
目的是使用Docker服务和Docker bundle来部署集群。
答案 0 :(得分:0)
查看来自@jpetazzo here
的演示文稿他的榜样:
docker service create --network logging --name logspout --mode global --mount source=/var/run/docker.sock,type=bind,target=/var/run/docker.sock -e SYSLOG_FORMAT=rfc3164 gliderlabs/logspout syslog://logstash:51415