Open runeksvendsen opened 8 years ago
It's a typo in the command listed under Option #2 in the README.md that is the cause of this: a missing colon after ${PWD}
. I'm not sure why it needs a colon there, but adding one makes it actually reach out to AWS, rather than complain about a missing unikernel.
Whoops! I've fixed the typo, but haven't validated that the new step works. Partially because I keep missing these things on my machine, and I'd love a third-party check.
For reference, Docker's -v
flag maps a local directory to a directory in the container, and the colon is used to separate the two. So -v ${PWD}:/halvm
says "mount the current directory into the container's /halvm directory", which just happens to be the default directory for executing in the halvm containers.
I've reached the last step, trying to build the AMI image, and I'm getting this error:
As far as I can see, the file is there, so I'm not sure what's going on...