mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Need more sudo
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
parent
34b9769538
commit
c5e93d0950
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ To upgrade CS Docker Engine, run the following command:
|
|||
To upgrade CS Docker Engine, run the following command:
|
||||
|
||||
```
|
||||
$ sudo apt-get update && apt-get dist-upgrade docker-engine-cs
|
||||
$ sudo apt-get update && sudo apt-get dist-upgrade docker-engine-cs
|
||||
```
|
||||
|
||||
## Installing Docker Hub Enterprise
|
||||
|
|
Loading…
Reference in a new issue