mirror of https://github.com/docker/docs.git
parent
67e53c0676
commit
be0e410f24
|
|
@ -66,7 +66,7 @@ this example we'll be using `curl` for making the web requests to the API, and
|
||||||
To install these tools on a Ubuntu distribution, you can run:
|
To install these tools on a Ubuntu distribution, you can run:
|
||||||
|
|
||||||
```none
|
```none
|
||||||
$ sudo apt-get update && apt-get install curl jq
|
$ sudo apt-get update && sudo apt-get install curl jq
|
||||||
```
|
```
|
||||||
|
|
||||||
Then you get an authentication token from UCP, and use it to download the
|
Then you get an authentication token from UCP, and use it to download the
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue