mirror of https://github.com/docker/docs.git
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:
parent
fa52e73dc5
commit
667306190c
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue