私は Vagrant 1.6.3 と phusion/baseimage を Docker プロバイダーとして使用して、Docker を使用しています。しかし、私はこのエラーに遭遇しています:
次の SSH コマンドは、ゼロ以外の終了ステータスで応答しました。Vagrant は、これはコマンドが失敗したことを意味すると想定します。
ssh -i /tmp/key_e8ffa02d35af2bec7aab60fe7e9df4db_0c30703c7b7126cdf4832a41b85627e5 -o 圧縮=yes -o ConnectTimeout=5 -o StrictHostKeyChecking=いいえ -o UserKnownHostsFile=/dev/null -p22 root@172.17.0.2 -E's bash
Stdout from the command:
boot2docker: 0.8.0
VAGRANT FENCE: 1402443935 41755
Reading package lists...
Building dependency tree...
Reading state information...
Stderr from the command:
Warning: Permanently added '172.17.0.2' (ECDSA) to the list of known hosts.
stdin: is not a tty
VAGRANT FENCE: 1402443935 88439
modprobe: ERROR: ../libkmod/libkmod.c:556 kmod_search_moddep() could not open moddep file '/lib/modules/3.13.3-tinycore64/modules.dep.bin'
E: Unable to locate package linux-image-extra-3.13.3-tinycore64
E: Couldn't find any package by regex 'linux-image-extra-3.13.3-tinycore64'
誰でも私を助けることができますか?ありがとう。