Update apparmor.md

I'm a little confused about which one is better to be used here, a period (.) or a colon (:),  as a command is given below. Or both are OK, and we only have to keep consistency in a single page.
This commit is contained in:
scjane 2017-02-21 15:24:40 +08:00 committed by GitHub
parent d709c6c68c
commit 3f293f1060
1 changed files with 1 additions and 1 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