Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install Docker on course VM #29

Open
pablomguevara opened this issue Jun 27, 2015 · 2 comments
Open

Install Docker on course VM #29

pablomguevara opened this issue Jun 27, 2015 · 2 comments
Labels

Comments

@pablomguevara
Copy link
Contributor

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:

  • pre Install docker on course VM so everybody is running on the same kernel and people can play with docker on the VM
  • ship the VM as is, but provide working instructions to install docker (not the prefered choice if you ask me)
@feamster
Copy link
Member

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.

@pablomguevara
Copy link
Contributor Author

Yes, I'll do that.

@feamster feamster added the VM label Jun 28, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants