Skip to content

Commit b5a4232

Browse files
Merge pull request docker#120 from andrewsomething/issues/118
Fix broken images in DigitalOcean examples. Closes: docker#118
2 parents a912c1a + 3f7a061 commit b5a4232

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

engine/installation/cloud/cloud-ex-machine-ocean.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,21 +29,21 @@ To generate your access token:
2929

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

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

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

36-
![Generate token](../images/ocean_gen_token.png)
36+
![Generate token](../images/ocean_gen_token.png)
3737

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

40-
![Name and generate token](../images/ocean_token_create.png)
40+
![Name and generate token](../images/ocean_token_create.png)
4141

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

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

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

4848
### Step 3. Install Docker Machine
4949

@@ -97,7 +97,7 @@ To generate your access token:
9797

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

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

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

machine/examples/ocean.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,21 +23,21 @@ To generate your access token:
2323

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

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

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

30-
![Generate token](../img/ocean_gen_token.png)
30+
![Generate token](../img/ocean_gen_token.png)
3131

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

34-
![Name and generate token](../img/ocean_token_create.png)
34+
![Name and generate token](../img/ocean_token_create.png)
3535

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

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

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

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

0 commit comments

Comments
 (0)