Skip to content

Commit

Permalink
docker upgrade command fix (#1044)
Browse files Browse the repository at this point in the history
`apt-get upgrade` doesn't take an argument. To upgrade docker specifically would require `apt-get install docker-engine`.
  • Loading branch information
protometa authored and johndmulhausen committed Jan 6, 2017
1 parent d49d1e3 commit 7a5c3dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/installation/linux/ubuntulinux.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7a5c3dd

Please sign in to comment.