mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2024-11-22 15:53:35 +01:00
Fixed mistypo in docker exec command
This commit is contained in:
parent
fb7c65078b
commit
5bde7d2629
@ -55,7 +55,7 @@ $ docker run --name some-zabbix-agent --link some-zabbix-server:zabbix-server -d
|
||||
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-agent` container:
|
||||
|
||||
```console
|
||||
$ docker exec -ti some-zabbix-agent /bin/bash/
|
||||
$ docker exec -ti some-zabbix-agent /bin/bash
|
||||
```
|
||||
|
||||
The Zabbix agent log is available through Docker's container log:
|
||||
|
@ -55,7 +55,7 @@ $ docker run --name some-zabbix-agent --link some-zabbix-server:zabbix-server -d
|
||||
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-agent` container:
|
||||
|
||||
```console
|
||||
$ docker exec -ti some-zabbix-agent /bin/bash/
|
||||
$ docker exec -ti some-zabbix-agent /bin/bash
|
||||
```
|
||||
|
||||
The Zabbix agent log is available through Docker's container log:
|
||||
|
@ -43,7 +43,7 @@ Where `some-zabbix-java-gateway` is the name you want to assign to your containe
|
||||
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-java-gateway` container:
|
||||
|
||||
```console
|
||||
$ docker exec -ti some-zabbix-java-gateway /bin/bash/
|
||||
$ docker exec -ti some-zabbix-java-gateway /bin/bash
|
||||
```
|
||||
|
||||
The Zabbix Java Gateway log is available through Docker's container log:
|
||||
|
@ -43,7 +43,7 @@ Where `some-zabbix-java-gateway` is the name you want to assign to your containe
|
||||
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-java-gateway` container:
|
||||
|
||||
```console
|
||||
$ docker exec -ti some-zabbix-java-gateway /bin/bash/
|
||||
$ docker exec -ti some-zabbix-java-gateway /bin/bash
|
||||
```
|
||||
|
||||
The Zabbix Java Gateway log is available through Docker's container log:
|
||||
|
@ -61,7 +61,7 @@ $ docker run --name some-zabbix-proxy-mysql --link some-zabbix-server:zabbix-ser
|
||||
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-mysql` container:
|
||||
|
||||
```console
|
||||
$ docker exec -ti some-zabbix-proxy-mysql /bin/bash/
|
||||
$ docker exec -ti some-zabbix-proxy-mysql /bin/bash
|
||||
```
|
||||
|
||||
The Zabbix proxy log is available through Docker's container log:
|
||||
|
@ -61,7 +61,7 @@ $ docker run --name some-zabbix-proxy-mysql --link some-zabbix-server:zabbix-ser
|
||||
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-mysql` container:
|
||||
|
||||
```console
|
||||
$ docker exec -ti some-zabbix-proxy-mysql /bin/bash/
|
||||
$ docker exec -ti some-zabbix-proxy-mysql /bin/bash
|
||||
```
|
||||
|
||||
The Zabbix proxy log is available through Docker's container log:
|
||||
|
@ -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:
|
||||
|
@ -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:
|
||||
|
@ -47,7 +47,7 @@ Where `some-zabbix-server-mysql` is the name you want to assign to your containe
|
||||
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-server-mysql` container:
|
||||
|
||||
```console
|
||||
$ docker exec -ti some-zabbix-server-mysql /bin/bash/
|
||||
$ docker exec -ti some-zabbix-server-mysql /bin/bash
|
||||
```
|
||||
|
||||
The Zabbix server log is available through Docker's container log:
|
||||
|
@ -47,7 +47,7 @@ Where `some-zabbix-server-mysql` is the name you want to assign to your containe
|
||||
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-server-mysql` container:
|
||||
|
||||
```console
|
||||
$ docker exec -ti some-zabbix-server-mysql /bin/bash/
|
||||
$ docker exec -ti some-zabbix-server-mysql /bin/bash
|
||||
```
|
||||
|
||||
The Zabbix server log is available through Docker's container log:
|
||||
|
@ -46,7 +46,7 @@ Where `some-zabbix-server-pgsql` is the name you want to assign to your containe
|
||||
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-server-pgsql` container:
|
||||
|
||||
```console
|
||||
$ docker exec -ti some-zabbix-server-pgsql /bin/bash/
|
||||
$ docker exec -ti some-zabbix-server-pgsql /bin/bash
|
||||
```
|
||||
|
||||
The Zabbix server log is available through Docker's container log:
|
||||
|
@ -46,7 +46,7 @@ Where `some-zabbix-server-pgsql` is the name you want to assign to your containe
|
||||
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-server-pgsql` container:
|
||||
|
||||
```console
|
||||
$ docker exec -ti some-zabbix-server-pgsql /bin/bash/
|
||||
$ docker exec -ti some-zabbix-server-pgsql /bin/bash
|
||||
```
|
||||
|
||||
The Zabbix server log is available through Docker's container log:
|
||||
|
@ -43,7 +43,7 @@ Where `some-zabbix-snmptraps` is the name you want to assign to your container a
|
||||
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-snmptraps` container:
|
||||
|
||||
```console
|
||||
$ docker exec -ti some-zabbix-snmptraps /bin/bash/
|
||||
$ docker exec -ti some-zabbix-snmptraps /bin/bash
|
||||
```
|
||||
|
||||
The Zabbix snmptraps log is available through Docker's container log:
|
||||
|
@ -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:
|
||||
|
@ -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:
|
||||
|
@ -55,7 +55,7 @@ Where `some-zabbix-web-apache-pgsql` 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-pgsql` container:
|
||||
|
||||
```console
|
||||
$ docker exec -ti some-zabbix-web-apache-pgsql /bin/bash/
|
||||
$ docker exec -ti some-zabbix-web-apache-pgsql /bin/bash
|
||||
```
|
||||
|
||||
The Zabbix web interface log is available through Docker's container log:
|
||||
|
@ -55,7 +55,7 @@ Where `some-zabbix-web-apache-pgsql` 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-pgsql` container:
|
||||
|
||||
```console
|
||||
$ docker exec -ti some-zabbix-web-apache-pgsql /bin/bash/
|
||||
$ docker exec -ti some-zabbix-web-apache-pgsql /bin/bash
|
||||
```
|
||||
|
||||
The Zabbix web interface log is available through Docker's container log:
|
||||
|
@ -55,7 +55,7 @@ Where `some-zabbix-web-nginx-mysql` is the name you want to assign to your conta
|
||||
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-nginx-mysql` container:
|
||||
|
||||
```console
|
||||
$ docker exec -ti some-zabbix-web-nginx-mysql /bin/bash/
|
||||
$ docker exec -ti some-zabbix-web-nginx-mysql /bin/bash
|
||||
```
|
||||
|
||||
The Zabbix web interface log is available through Docker's container log:
|
||||
|
@ -55,7 +55,7 @@ Where `some-zabbix-web-nginx-mysql` is the name you want to assign to your conta
|
||||
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-nginx-mysql` container:
|
||||
|
||||
```console
|
||||
$ docker exec -ti some-zabbix-web-nginx-mysql /bin/bash/
|
||||
$ docker exec -ti some-zabbix-web-nginx-mysql /bin/bash
|
||||
```
|
||||
|
||||
The Zabbix web interface log is available through Docker's container log:
|
||||
|
@ -55,7 +55,7 @@ Where `some-zabbix-web-nginx-pgsql` is the name you want to assign to your conta
|
||||
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-nginx-pgsql` container:
|
||||
|
||||
```console
|
||||
$ docker exec -ti some-zabbix-web-nginx-pgsql /bin/bash/
|
||||
$ docker exec -ti some-zabbix-web-nginx-pgsql /bin/bash
|
||||
```
|
||||
|
||||
The Zabbix web interface log is available through Docker's container log:
|
||||
|
@ -55,7 +55,7 @@ Where `some-zabbix-web-nginx-pgsql` is the name you want to assign to your conta
|
||||
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-nginx-pgsql` container:
|
||||
|
||||
```console
|
||||
$ docker exec -ti some-zabbix-web-nginx-pgsql /bin/bash/
|
||||
$ docker exec -ti some-zabbix-web-nginx-pgsql /bin/bash
|
||||
```
|
||||
|
||||
The Zabbix web interface log is available through Docker's container log:
|
||||
|
Loading…
Reference in New Issue
Block a user