June 2018
Intermediate to advanced
596 pages
12h 39m
English
In the VM instances page, select the instance you want to use and drop down the SSH options (in the Connect column in the table):

Select Open in browser window. This option opens a browser window and opens a SSH shell in the VM instance. Run the following commands in the shell to install Docker:
|
Command |
Description |
sudo apt-get update |
Gets the latest version of packages and dependencies |
curl -fsSL get.docker.com -o get-docker.sh |
Downloads the Docker installer script |
sudo sh get-docker.sh |
Runs the installer script |
Read now
Unlock full access