@@ -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
98982 . 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
1021023 . At the command terminal, run ` docker-machine ls ` .
103103
0 commit comments