mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
fixed formatting; added handy -y to apt-get install
Signed-off-by: Pavel Sutyrin <pavel.sutyrin@gmail.com>
This commit is contained in:
parent
38439733d2
commit
30c2770a73
1 changed files with 2 additions and 2 deletions
|
@ -133,11 +133,11 @@ you should substitute your own values throughout the procedure.
|
|||
|
||||
1. If it is running, stop the Docker `daemon`.
|
||||
|
||||
1. Install `the software-properties-common` package.
|
||||
1. Install the `software-properties-common` package.
|
||||
|
||||
This is required for the `add-apt-repository` command.
|
||||
|
||||
$ sudo apt-get install software-properties-common
|
||||
$ sudo apt-get install -y software-properties-common
|
||||
Reading package lists... Done
|
||||
Building dependency tree
|
||||
<output truncated>
|
||||
|
|
Loading…
Reference in a new issue