mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
Add sudo to CLI-based access snippet (#385)
This commit is contained in:
@@ -111,7 +111,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
|
||||
|
||||
Reference in New Issue
Block a user