mirror of https://github.com/docker/docs.git
Add sudo to CLI-based access snippet (#385)
This commit is contained in:
parent
7e3c6d1e27
commit
17be7d18ed
|
|
@ -111,7 +111,7 @@ responses.
|
||||||
To install these tools on a Ubuntu distribution, you can run:
|
To install these tools on a Ubuntu distribution, you can run:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ 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