mirror of https://github.com/docker/docs.git
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:
parent
d709c6c68c
commit
3f293f1060
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue