Skip to content

Commit

Permalink
Fix broken images in DigitalOcean examples. Closes: docker#118
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsomething committed Oct 7, 2016
1 parent 4ab65ba commit 3f7a061
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions engine/installation/cloud/cloud-ex-machine-ocean.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,21 +29,21 @@ To generate your access token:

1. Go to the Digital Ocean administrator console and click **API** in the header.

![Click API in Digital Ocean console](../images/ocean_click_api.png)
![Click API in Digital Ocean console](../images/ocean_click_api.png)

2. Click **Generate New Token** to get to the token generator.

![Generate token](../images/ocean_gen_token.png)
![Generate token](../images/ocean_gen_token.png)

3. Give the token a clever name (e.g. "machine"), make sure the **Write (Optional)** checkbox is checked, and click **Generate Token**.

![Name and generate token](../images/ocean_token_create.png)
![Name and generate token](../images/ocean_token_create.png)

4. Grab (copy to clipboard) the generated big long hex string and store it somewhere safe.

![Copy and save personal access token](../images/ocean_save_token.png)
![Copy and save personal access token](../images/ocean_save_token.png)

This is the personal access token you'll use in the next step to create your cloud server.
This is the personal access token you'll use in the next step to create your cloud server.

### Step 3. Install Docker Machine

Expand Down Expand Up @@ -97,7 +97,7 @@ To generate your access token:

2. Go to the Digital Ocean console to view the new Droplet.

![Droplet in Digital Ocean created with Machine](../images/ocean_droplet.png)
![Droplet in Digital Ocean created with Machine](../images/ocean_droplet.png)

3. At the command terminal, run `docker-machine ls`.

Expand Down
10 changes: 5 additions & 5 deletions machine/examples/ocean.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,21 @@ To generate your access token:

1. Go to the Digital Ocean administrator console and click **API** in the header.

![Click API in Digital Ocean console](../img/ocean_click_api.png)
![Click API in Digital Ocean console](../img/ocean_click_api.png)

2. Click **Generate New Token** to get to the token generator.

![Generate token](../img/ocean_gen_token.png)
![Generate token](../img/ocean_gen_token.png)

3. Give the token a clever name (e.g. "machine"), make sure the **Write (Optional)** checkbox is checked, and click **Generate Token**.

![Name and generate token](../img/ocean_token_create.png)
![Name and generate token](../img/ocean_token_create.png)

4. Grab (copy to clipboard) the generated big long hex string and store it somewhere safe.

![Copy and save personal access token](../img/ocean_save_token.png)
![Copy and save personal access token](../img/ocean_save_token.png)

This is the personal access token you'll use in the next step to create your cloud server.
This is the personal access token you'll use in the next step to create your cloud server.

### Step 3. Use Machine to create the Droplet

Expand Down

0 comments on commit 3f7a061

Please sign in to comment.