mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #17231 from zelahi/9745-addapparmor-note
Adding note about apparmor install on Ubuntu
This commit is contained in:
commit
1c3e4c5b9f
1 changed files with 4 additions and 2 deletions
|
@ -172,11 +172,13 @@ To upgrade your kernel and install the additional packages, do the following:
|
|||
|
||||
5. After your system reboots, go ahead and install Docker.
|
||||
|
||||
|
||||
If you are installing on Ubuntu 14.04 or 12.04, `apparmor` is required. You can install it using: `apt-get install apparmor`
|
||||
|
||||
## Install
|
||||
|
||||
Make sure you have installed the prerequisites for your Ubuntu version. Then,
|
||||
Make sure you have installed the prerequisites for your Ubuntu version.
|
||||
|
||||
Then,
|
||||
install Docker using the following:
|
||||
|
||||
1. Log into your Ubuntu installation as a user with `sudo` privileges.
|
||||
|
|
Loading…
Add table
Reference in a new issue