You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can you include the steps needed for "reinstall guest additions"? I think the best thing for us to do is to simply ship a VM with Docker in the future.
Docker is not pre installed on course VM.
If you try to install Docker on course VM (Ubuntu 14.04), you can follow these instructions:
https://docs.docker.com/installation/ubuntulinux/
But this updates the kernel, and after words the shared folders no longer work; to fix, you need to reinstall guest additions, and do:
vagrant up
vagrant reload
This should be verified.
Suggestions for improvements:
The text was updated successfully, but these errors were encountered: