mirror of https://github.com/docker/docs.git
Add sudo to CLI-based access snippet (#5652)
This commit is contained in:
parent
646fa53a52
commit
350d6f0846
|
|
@ -84,7 +84,7 @@ this example we'll be using `curl` for making the web requests to the API, and
|
|||
To install these tools on an Ubuntu distribution, you can run:
|
||||
|
||||
```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
|
||||
|
|
|
|||
|
|
@ -77,7 +77,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:
|
||||
|
||||
```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
|
||||
|
|
|
|||
|
|
@ -82,7 +82,7 @@ responses.
|
|||
To install these tools on a Ubuntu distribution, you can run:
|
||||
|
||||
```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
|
||||
|
|
|
|||
Loading…
Reference in New Issue