首页 > 解决方案 > Vagrant - docker-compose 文件问题

问题描述

我是 VAGRANT 的新手-在设置时-收到以下 docker 问题-

bash:第 4 行:5639 分段错误(核心转储)/usr/local/bin/docker-compose-1.24.1 -f "/vagrant/docker-compose.yml" up -d

 [exec] The following SSH command responded with a non-zero exit status.
 [exec] Vagrant assumes that this means the command failed!
 [exec]
 [exec] The following SSH command responded with a non-zero exit status.
 [exec] Vagrant assumes that this means the command failed!
 [exec]
 [exec]  /usr/local/bin/docker-compose-1.24.1  -f "/vagrant/docker-compose.yml" up -d
 [exec]
 [exec] Stdout from the command:
 [exec]
 [exec]
 [exec]
 [exec]  /usr/local/bin/docker-compose-1.24.1  -f "/vagrant/docker-compose.yml" up -d

我需要在哪里检查这个文件?谁能帮我吗?提前致谢!

标签: dockerdocker-composevagrantvagrantfile

解决方案


运行 vagrant 插件更新命令,它对我有用。


推荐阅读