mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
improve Debian installation instructions
Signed-off-by: Dominik Finkbeiner <finkes93@gmail.com>
This commit is contained in:
parent
93e78ac8e7
commit
cddb443da4
1 changed files with 7 additions and 5 deletions
|
@ -59,7 +59,9 @@ which is officially supported by Docker.
|
||||||
$ sudo apt-get update
|
$ sudo apt-get update
|
||||||
$ sudo apt-get install -t wheezy-backports linux-image-amd64
|
$ sudo apt-get install -t wheezy-backports linux-image-amd64
|
||||||
|
|
||||||
2. Install Docker using the get.docker.com script:
|
2. Restart your system. This is necessary for Debian to use your new kernel.
|
||||||
|
|
||||||
|
3. Install Docker using the get.docker.com script:
|
||||||
|
|
||||||
`curl -sSL https://get.docker.com/ | sh`
|
`curl -sSL https://get.docker.com/ | sh`
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue