diff --git a/agent/alpine/README.md b/agent/alpine/README.md index 95ce41a7e..8ae8a709d 100644 --- a/agent/alpine/README.md +++ b/agent/alpine/README.md @@ -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: diff --git a/agent/ubuntu/README.md b/agent/ubuntu/README.md index 95ce41a7e..8ae8a709d 100644 --- a/agent/ubuntu/README.md +++ b/agent/ubuntu/README.md @@ -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: diff --git a/java-gateway/alpine/README.md b/java-gateway/alpine/README.md index 83a8386b6..ee75009ed 100644 --- a/java-gateway/alpine/README.md +++ b/java-gateway/alpine/README.md @@ -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: diff --git a/java-gateway/ubuntu/README.md b/java-gateway/ubuntu/README.md index 83a8386b6..ee75009ed 100644 --- a/java-gateway/ubuntu/README.md +++ b/java-gateway/ubuntu/README.md @@ -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: diff --git a/proxy-mysql/alpine/README.md b/proxy-mysql/alpine/README.md index 6baf45372..846aa8388 100644 --- a/proxy-mysql/alpine/README.md +++ b/proxy-mysql/alpine/README.md @@ -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: diff --git a/proxy-mysql/ubuntu/README.md b/proxy-mysql/ubuntu/README.md index 6baf45372..846aa8388 100644 --- a/proxy-mysql/ubuntu/README.md +++ b/proxy-mysql/ubuntu/README.md @@ -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: diff --git a/proxy-sqlite3/alpine/README.md b/proxy-sqlite3/alpine/README.md index 312347583..482891f64 100644 --- a/proxy-sqlite3/alpine/README.md +++ b/proxy-sqlite3/alpine/README.md @@ -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: diff --git a/proxy-sqlite3/ubuntu/README.md b/proxy-sqlite3/ubuntu/README.md index 312347583..482891f64 100644 --- a/proxy-sqlite3/ubuntu/README.md +++ b/proxy-sqlite3/ubuntu/README.md @@ -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: diff --git a/server-mysql/alpine/README.md b/server-mysql/alpine/README.md index a2c6a59e9..88030e4af 100644 --- a/server-mysql/alpine/README.md +++ b/server-mysql/alpine/README.md @@ -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: diff --git a/server-mysql/ubuntu/README.md b/server-mysql/ubuntu/README.md index a2c6a59e9..88030e4af 100644 --- a/server-mysql/ubuntu/README.md +++ b/server-mysql/ubuntu/README.md @@ -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: diff --git a/server-pgsql/alpine/README.md b/server-pgsql/alpine/README.md index 867be4d0b..55634ab1d 100644 --- a/server-pgsql/alpine/README.md +++ b/server-pgsql/alpine/README.md @@ -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: diff --git a/server-pgsql/ubuntu/README.md b/server-pgsql/ubuntu/README.md index 867be4d0b..55634ab1d 100644 --- a/server-pgsql/ubuntu/README.md +++ b/server-pgsql/ubuntu/README.md @@ -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: diff --git a/snmptraps/ubuntu/README.md b/snmptraps/ubuntu/README.md index 838d60733..94e9511a9 100644 --- a/snmptraps/ubuntu/README.md +++ b/snmptraps/ubuntu/README.md @@ -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: diff --git a/web-apache-mysql/alpine/README.md b/web-apache-mysql/alpine/README.md index eb18eea91..77a16eacc 100644 --- a/web-apache-mysql/alpine/README.md +++ b/web-apache-mysql/alpine/README.md @@ -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: diff --git a/web-apache-mysql/ubuntu/README.md b/web-apache-mysql/ubuntu/README.md index eb18eea91..77a16eacc 100644 --- a/web-apache-mysql/ubuntu/README.md +++ b/web-apache-mysql/ubuntu/README.md @@ -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: diff --git a/web-apache-pgsql/alpine/README.md b/web-apache-pgsql/alpine/README.md index db4ab1aa3..a45235b6f 100644 --- a/web-apache-pgsql/alpine/README.md +++ b/web-apache-pgsql/alpine/README.md @@ -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: diff --git a/web-apache-pgsql/ubuntu/README.md b/web-apache-pgsql/ubuntu/README.md index db4ab1aa3..a45235b6f 100644 --- a/web-apache-pgsql/ubuntu/README.md +++ b/web-apache-pgsql/ubuntu/README.md @@ -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: diff --git a/web-nginx-mysql/alpine/README.md b/web-nginx-mysql/alpine/README.md index d662a4e84..48c7efe43 100644 --- a/web-nginx-mysql/alpine/README.md +++ b/web-nginx-mysql/alpine/README.md @@ -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: diff --git a/web-nginx-mysql/ubuntu/Dockerfile b/web-nginx-mysql/ubuntu/Dockerfile index 4c441d33e..e83eebc25 100644 --- a/web-nginx-mysql/ubuntu/Dockerfile +++ b/web-nginx-mysql/ubuntu/Dockerfile @@ -41,6 +41,7 @@ RUN DISTRIB_CODENAME=$(/bin/bash -c 'source /etc/lsb-release && echo $DISTRIB_CO apt-get ${APT_FLAGS_COMMON} clean && \ mkdir -p /var/lib/php5 && \ chown --quiet -R www-data:www-data /var/lib/php5 && \ + rm -rf /var/cache/nginx/* && \ rm -rf /var/lib/apt/lists/* ARG MAJOR_VERSION=3.2 diff --git a/web-nginx-mysql/ubuntu/README.md b/web-nginx-mysql/ubuntu/README.md index d662a4e84..48c7efe43 100644 --- a/web-nginx-mysql/ubuntu/README.md +++ b/web-nginx-mysql/ubuntu/README.md @@ -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: diff --git a/web-nginx-pgsql/alpine/README.md b/web-nginx-pgsql/alpine/README.md index d586bfb10..fa63c144f 100644 --- a/web-nginx-pgsql/alpine/README.md +++ b/web-nginx-pgsql/alpine/README.md @@ -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: diff --git a/web-nginx-pgsql/ubuntu/Dockerfile b/web-nginx-pgsql/ubuntu/Dockerfile index 29030e748..315e44b2e 100644 --- a/web-nginx-pgsql/ubuntu/Dockerfile +++ b/web-nginx-pgsql/ubuntu/Dockerfile @@ -41,6 +41,7 @@ RUN DISTRIB_CODENAME=$(/bin/bash -c 'source /etc/lsb-release && echo $DISTRIB_CO apt-get ${APT_FLAGS_COMMON} clean && \ mkdir -p /var/lib/php5 && \ chown --quiet -R www-data:www-data /var/lib/php5 && \ + rm -rf /var/cache/nginx/* && \ rm -rf /var/lib/apt/lists/* ARG MAJOR_VERSION=3.2 diff --git a/web-nginx-pgsql/ubuntu/README.md b/web-nginx-pgsql/ubuntu/README.md index d586bfb10..fa63c144f 100644 --- a/web-nginx-pgsql/ubuntu/README.md +++ b/web-nginx-pgsql/ubuntu/README.md @@ -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: