mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #6626 from SvenDowideit/pr_out_updated_cloud_sdk_download_link_added_a_command_to_set_the_project
Updated Cloud SDK download link, added a command to set the project
This commit is contained in:
commit
8eb34b2a0e
1 changed files with 2 additions and 3 deletions
|
@ -12,10 +12,9 @@ page_keywords: Docker, Docker documentation, installation, google, Google Comput
|
|||
2. Download and configure the [Google Cloud SDK][3] to use your
|
||||
project with the following commands:
|
||||
|
||||
$ curl https://dl.google.com/dl/cloudsdk/release/install_google_cloud_sdk.bash | bash
|
||||
$ curl https://sdk.cloud.google.com | bash
|
||||
$ gcloud auth login
|
||||
Enter a cloud project id (or leave blank to not set): <google-cloud-project-id>
|
||||
...
|
||||
$ gcloud config set project <google-cloud-project-id>
|
||||
|
||||
3. Start a new instance using the latest [Container-optimized image][4]:
|
||||
(select a zone close to you and the desired instance size)
|
||||
|
|
Loading…
Add table
Reference in a new issue