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

Docker 17.11.0 requires cgroup_enable=memory on grub #1

Open
miguelsimoes opened this issue Dec 7, 2017 · 0 comments
Open

Docker 17.11.0 requires cgroup_enable=memory on grub #1

miguelsimoes opened this issue Dec 7, 2017 · 0 comments

Comments

@miguelsimoes
Copy link
Owner

To start the development environment, we will need to change grub configuration. For that, we require the following steps:

  1. Start vagrant with vagrant up
    1.1. It will show errors when starting the docker engine
  2. Enter the instance with vagrant ssh
  3. Edit file /etc/default/grub
  4. Change the line from GRUB_CMDLINE_LINUX_DEFAULT="quiet " to
    GRUB_CMDLINE_LINUX_DEFAULT="quiet cgroup_enable=memory"
  5. Save and exit
  6. Run sudo update-grub2
  7. Restart the vagrant instance with vagrant reload --provision

With this, all will go well.

NOTE: This needs to be changed so it does not require a failed boot before it will run properly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant