StefanScherer / windows-docker-machine

Work with Windows containers and LCOW on Mac/Linux/Windows

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error: "Couldn't open file" when starting vagrant up

Sispeks opened this issue · comments

When running sudo vagrant up --provider virtualbox 2016, then the following output is given:

Bringing machine '2016' up with 'virtualbox' provider...
==> 2016: Box 'windows_2016_docker' could not be found. Attempting to find and install...
    2016: Box Provider: virtualbox
    2016: Box Version: >= 0
==> 2016: Box file was not detected as metadata. Adding it directly...
==> 2016: Adding box 'windows_2016_docker' (v0) for provider: virtualbox
    2016: Downloading: windows_2016_docker
An error occurred while downloading the remote file. The error
message, if any, is reproduced below. Please fix this error and try
again.

Couldn't open file /Users/felixhoffmann/dev/windows-docker-machine/windows_2016_docker

Same happens accordingly when using 2019 image.

Ah... I found my mistake: I didn't run vagrant box add windows_2016_docker windows_2016_docker_vmware.box

No worries. Good to hear that it‘s working now.