@@ -29,21 +29,21 @@ To generate your access token:
29
29
30
30
1 . Go to the Digital Ocean administrator console and click ** API** in the header.
31
31
32
- ![ Click API in Digital Ocean console] ( ../images/ocean_click_api.png )
32
+ ![ Click API in Digital Ocean console] ( ../images/ocean_click_api.png )
33
33
34
34
2 . Click ** Generate New Token** to get to the token generator.
35
35
36
- ![ Generate token] ( ../images/ocean_gen_token.png )
36
+ ![ Generate token] ( ../images/ocean_gen_token.png )
37
37
38
38
3 . Give the token a clever name (e.g. "machine"), make sure the ** Write (Optional)** checkbox is checked, and click ** Generate Token** .
39
39
40
- ![ Name and generate token] ( ../images/ocean_token_create.png )
40
+ ![ Name and generate token] ( ../images/ocean_token_create.png )
41
41
42
42
4 . Grab (copy to clipboard) the generated big long hex string and store it somewhere safe.
43
43
44
- ![ Copy and save personal access token] ( ../images/ocean_save_token.png )
44
+ ![ Copy and save personal access token] ( ../images/ocean_save_token.png )
45
45
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.
47
47
48
48
### Step 3. Install Docker Machine
49
49
@@ -97,7 +97,7 @@ To generate your access token:
97
97
98
98
2 . Go to the Digital Ocean console to view the new Droplet.
99
99
100
- ![ Droplet in Digital Ocean created with Machine] ( ../images/ocean_droplet.png )
100
+ ![ Droplet in Digital Ocean created with Machine] ( ../images/ocean_droplet.png )
101
101
102
102
3 . At the command terminal, run ` docker-machine ls ` .
103
103
0 commit comments