6 ms·
For reference on the kernel part, here how to check if your kernel has all the needed features for Docker: wget -q https://raw.githubusercontent.com/docker/doc
by laithshadeed 10y ago
For reference on the kernel part, here how to check if your kernel has all the needed features for Docker:
wget -q https://raw.githubusercontent.com/docker/docker/master/contrib/check-config.sh https://raw.githubusercontent.com/docker/docker/master/contr... -O - | bash
- laithshadeed 10y agoHere simple sample to setup Ubuntu with Custom Kernel compiled with the needed modules to run Docker 1.12 https://github.com/laithshadeed/linode-stackscripts/blob/master/setup-docker-server.sh https://github.com/laithshadeed/linode-stackscripts/blob/mas...
- mwpmaybe 10y agoYou don't need a custom kernel to run Docker on Linode. Just change the storage driver to overlay (as you do in this stack script) and you're good to go. Otherwise this is a very nice script. I typically install the vim-nox package (instead of vim) but I'm not sure it makes a difference.