mirror of https://github.com/docker/docs.git
docker upgrade command fix (#1044)
`apt-get upgrade` doesn't take an argument. To upgrade docker specifically would require `apt-get install docker-engine`.
This commit is contained in:
parent
d49d1e3c7a
commit
7a5c3dd1a2
|
@ -596,7 +596,7 @@ updates Docker if a new version is available.
|
|||
|
||||
```bash
|
||||
$ sudo apt-get update
|
||||
$ sudo apt-get upgrade docker-engine
|
||||
$ sudo apt-get install docker-engine
|
||||
```
|
||||
|
||||
## Uninstallation
|
||||
|
|
Loading…
Reference in New Issue