1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Help new users if their SELinux is not-upgraded yet.

Docker-DCO-1.1-Signed-off-by: Sven Dowideit <SvenDowideit@docker.com> (github: SvenDowideit)
This commit is contained in:
Sven Dowideit 2014-09-15 14:12:05 +10:00
parent 2f65ed0968
commit a3f51da98a
2 changed files with 8 additions and 0 deletions

View file

@ -48,6 +48,10 @@ Now let's verify that Docker is working.
$ sudo docker run -i -t fedora /bin/bash
> Note: If you get a `Cannot start container` error mentioning SELinux
> or permission denied, you may need to update the SELinux policies.
> This can be done using `sudo yum upgrade selinux-policy` and then rebooting.
## Granting rights to users to use Docker
Fedora 19 and 20 shipped with Docker 0.11. The package has already been updated

View file

@ -75,6 +75,10 @@ Now let's verify that Docker is working.
$ sudo docker run -i -t fedora /bin/bash
> Note: If you get a `Cannot start container` error mentioning SELinux
> or permission denied, you may need to update the SELinux policies.
> This can be done using `sudo yum upgrade selinux-policy` and then rebooting.
**Done!**
Continue with the [User Guide](/userguide/).