Skip to content

Instantly share code, notes, and snippets.

@ericfourrier
Created July 9, 2016 00:03
Show Gist options
  • Save ericfourrier/35b3d0ee5b22f5abf242fc44b7bd39f6 to your computer and use it in GitHub Desktop.
Save ericfourrier/35b3d0ee5b22f5abf242fc44b7bd39f6 to your computer and use it in GitHub Desktop.

Changing Kernel OVH to install docker

Ovh uses custom optimised kernel that are not natively compatible with docker So you need to change the kernel in order to use docker

Instructions

  • Download standard linux kernel sudo apt-get install linux-image-generic
  • Edit /etc/default/grub with GRUB_DEFAULT to 1
  • run sudo update-grub
  • Reboot

You are done !!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment