Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I run Docker on Google Compute Engine?

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

like image 383
Marc Cohen Avatar asked Dec 06 '13 16:12

Marc Cohen


People also ask

Can you run Docker on GCP?

Google Cloud Platform has many tools for working with and running containerized apps using Docker, including managed Kubernetes and serverless container execution.

Can I install Docker on GCP VM?

You can update a Docker image and configuration options to run the container on a VM instance using Google Cloud Platform Console or gcloud command line tool. When you update a VM running a container, Compute Engine performs two steps: Updates container declaration on the instance.


1 Answers

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!

like image 64
Marc Cohen Avatar answered Oct 06 '22 19:10

Marc Cohen