How do I run Docker on Google Compute Engine?

docker, google-compute-engine

Solution

Until the recent GA release of Compute Engine, running Docker was not supported on GCE (due to kernel restrictions) but with the newly announced ability to deploy and use custom kernels, that restriction is no longer intact and Docker now works great on GCE.

Thanks to proppy, the instructions for running Docker on Google Compute Engine are now documented for you here: http://docs.docker.io/en/master/installation/google/. Enjoy!

Problem

What's the procedure for installing and running Docker on Google Compute Engine?

Original source

Related problems