Fixed mistypo in docker exec command

This commit is contained in:
dotneft
2017-04-27 15:58:06 -07:00
parent fb7c65078b
commit 5bde7d2629
21 changed files with 21 additions and 21 deletions

View File

@ -57,7 +57,7 @@ $ docker run --name some-zabbix-proxy-sqlite3 --link some-zabbix-server:zabbix-s
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-proxy-sqlite3` container:
```console
$ docker exec -ti some-zabbix-proxy-sqlite3 /bin/bash/
$ docker exec -ti some-zabbix-proxy-sqlite3 /bin/bash
```
The Zabbix proxy log is available through Docker's container log:

View File

@ -57,7 +57,7 @@ $ docker run --name some-zabbix-proxy-sqlite3 --link some-zabbix-server:zabbix-s
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-proxy-sqlite3` container:
```console
$ docker exec -ti some-zabbix-proxy-sqlite3 /bin/bash/
$ docker exec -ti some-zabbix-proxy-sqlite3 /bin/bash
```
The Zabbix proxy log is available through Docker's container log: