我想在我的mesos集群上安装一个插件:
http://jenkinsci.github.io/mesos-plugin/
mesos-jenkins插件需要访问mesos执行器(/usr/lib/libmesos.so
)。
我正在尝试将它作为卷安装在我的主机上,这样我就可以在jenkins中将它安装在jenkins上。
参见示例here
它不起作用,我有以下错误:
ERROR: for panteras Cannot start service panteras: oci runtime error: container_linux.go:247: starting container process caused "process_linux.go:359: container init caused \"rootfs_linux.go:54: mounting \\\"/usr/lib/libmesos.so\\\" to rootfs \\\"/var/lib/docker/devicemapper/mnt/2cd649dab477b8b743a967642847a0579a733a87163a37aad94154200ebb183d/rootfs\\\" at \\\"/var/lib/docker/devicemapper/mnt/2cd649dab477b8b743a967642847a0579a733a87163a37aad94154200ebb183d/rootfs/usr/lib/libmesos-1.2.0.so\\\" caused \\\"not a directory\\\"\""
: Are you trying to mount a directory onto a file (or vice-versa)? Check if the specified host path exists and is the expected type
你知道我怎么能通过吗?