Fix docker package name for Raspbian Jessie (#3520)

On Raspbian Jessie the docker package is named `docker-engine`, `docker` being another unrelated package. Package details: https://packages.debian.org/jessie/docker
This commit is contained in:
Nicolae Vlădescu 2017-06-13 03:01:17 +03:00 committed by Misty Stanley-Jones
parent fa52e73dc5
commit 667306190c
1 changed files with 1 additions and 1 deletions

View File

@ -277,7 +277,7 @@ installing Docker.
Use this command to install the latest version of Docker:
```bash
$ sudo apt-get install docker
$ sudo apt-get install docker-engine
```
> **NOTE**: By default, Docker on Raspbian is Docker Community Edition, so
> there is no need to specify docker-ce.