Merge pull request #101 from zabbix/master

Master
This commit is contained in:
Alexey Pustovalov
2017-05-01 16:54:15 +03:00
committed by GitHub
23 changed files with 23 additions and 21 deletions

View File

@ -55,7 +55,7 @@ Where `some-zabbix-web-apache-mysql` is the name you want to assign to your cont
The `docker exec` command allows you to run commands inside a Docker container. The following command line will give you a bash shell inside your `zabbix-web-apache-mysql` container:
```console
$ docker exec -ti some-zabbix-web-apache-mysql /bin/bash/
$ docker exec -ti some-zabbix-web-apache-mysql /bin/bash
```
The Zabbix web interface log is available through Docker's container log: