Merge pull request #1877 from scjane/patch-38

Update apparmor.md
This commit is contained in:
Misty Stanley-Jones 2017-03-01 14:26:37 -08:00 committed by GitHub
commit 9122e75ca5
1 changed files with 25 additions and 25 deletions

View File

@ -173,7 +173,7 @@ profile docker-nginx flags=(attach_disconnected,mediate_deleted) {
-p 80:80 -d --name apparmor-nginx nginx
```
4. Exec into the running container
4. Exec into the running container.
```bash
$ docker exec -it apparmor-nginx bash