Browse Source

Run update.sh

Docker Library Bot 3 years ago
parent
commit
96acc8e4bc
7 changed files with 12 additions and 16 deletions
  1. 0 1
      backdrop/README.md
  2. 4 2
      couchbase/README.md
  3. 0 2
      emqx/README.md
  4. 0 1
      lightstreamer/README.md
  5. 2 3
      nextcloud/README.md
  6. 0 1
      postgres/README.md
  7. 6 6
      telegraf/README.md

+ 0 - 1
backdrop/README.md

@@ -111,7 +111,6 @@ db:
     MYSQL_PASSWORD: backdrop
     MYSQL_PASSWORD: backdrop
     MYSQL_ALLOW_EMPTY_PASSWORD: 'yes'
     MYSQL_ALLOW_EMPTY_PASSWORD: 'yes'
     MYSQL_DATABASE: backdrop
     MYSQL_DATABASE: backdrop
-
 ```
 ```
 
 
 Run `docker-compose up`, wait for it to initialize completely, and visit `http://localhost:8080` or `http://host-ip:8080`.
 Run `docker-compose up`, wait for it to initialize completely, and visit `http://localhost:8080` or `http://host-ip:8080`.

+ 4 - 2
couchbase/README.md

@@ -103,8 +103,10 @@ N1QL is the SQL based query language for Couchbase Server. Simply switch to the
 
 
 You can also execute N1QL queries from the command line. To run a query from command line query tool, run the cbq command line tool, authenticating using the credentials you provided to the wizard, and execute the N1QL Query on the beer-sample bucket
 You can also execute N1QL queries from the command line. To run a query from command line query tool, run the cbq command line tool, authenticating using the credentials you provided to the wizard, and execute the N1QL Query on the beer-sample bucket
 
 
-	$ docker exec -it db cbq --user Administrator
-	cbq> SELECT name FROM `beer-sample` WHERE brewery_id ="mishawaka_brewing";
+```console
+$ docker exec -it db cbq --user Administrator
+cbq> SELECT name FROM `beer-sample` WHERE brewery_id ="mishawaka_brewing";
+```
 
 
 For more query samples, refer to [Run your first N1QL query](https://docs.couchbase.com/server/current/getting-started/try-a-query.html).
 For more query samples, refer to [Run your first N1QL query](https://docs.couchbase.com/server/current/getting-started/try-a-query.html).
 
 

+ 0 - 2
emqx/README.md

@@ -328,7 +328,6 @@ Under linux host machine, the easiest way is [Tuning guide](https://docs.emqx.io
 If you want tune linux kernel by docker, you must ensure your docker is latest version (>=1.12).
 If you want tune linux kernel by docker, you must ensure your docker is latest version (>=1.12).
 
 
 ```bash
 ```bash
-
 docker run -d --name emqx -p 18083:18083 -p 1883:1883 -p 4369:4369 \
 docker run -d --name emqx -p 18083:18083 -p 1883:1883 -p 4369:4369 \
     --sysctl fs.file-max=2097152 \
     --sysctl fs.file-max=2097152 \
     --sysctl fs.nr_open=2097152 \
     --sysctl fs.nr_open=2097152 \
@@ -346,7 +345,6 @@ docker run -d --name emqx -p 18083:18083 -p 1883:1883 -p 4369:4369 \
     --sysctl net.ipv4.tcp_max_tw_buckets=1048576 \
     --sysctl net.ipv4.tcp_max_tw_buckets=1048576 \
     --sysctl net.ipv4.tcp_fin_timeout=15 \
     --sysctl net.ipv4.tcp_fin_timeout=15 \
     emqx:latest
     emqx:latest
-
 ```
 ```
 
 
 > REMEMBER: DO NOT RUN EMQ X DOCKER PRIVILEGED OR MOUNT SYSTEM PROC IN CONTAINER TO TUNE LINUX KERNEL, IT IS UNSAFE.
 > REMEMBER: DO NOT RUN EMQ X DOCKER PRIVILEGED OR MOUNT SYSTEM PROC IN CONTAINER TO TUNE LINUX KERNEL, IT IS UNSAFE.

+ 0 - 1
lightstreamer/README.md

@@ -146,7 +146,6 @@ In this case, the `/path/to/my-adapters` folder has to be structured with the re
                     +my_adapter_set_2
                     +my_adapter_set_2
                     ...
                     ...
                     +my_adapter_set_N
                     +my_adapter_set_N
-
 ```
 ```
 
 
 ### Building a new image
 ### Building a new image

+ 2 - 3
nextcloud/README.md

@@ -473,11 +473,10 @@ $ docker-compose up -d
 
 
 A lot of people want to use additional functionality inside their Nextcloud installation. If the image does not include the packages you need, you can easily build your own image on top of it. Start your derived image with the `FROM` statement and add whatever you like.
 A lot of people want to use additional functionality inside their Nextcloud installation. If the image does not include the packages you need, you can easily build your own image on top of it. Start your derived image with the `FROM` statement and add whatever you like.
 
 
-```yaml
+```dockerfile
 FROM nextcloud:apache
 FROM nextcloud:apache
 
 
 RUN ...
 RUN ...
-
 ```
 ```
 
 
 The [examples folder](https://github.com/nextcloud/docker/blob/master/.examples) gives a few examples on how to add certain functionalities, like including the cron job, smb-support or imap-authentication.
 The [examples folder](https://github.com/nextcloud/docker/blob/master/.examples) gives a few examples on how to add certain functionalities, like including the cron job, smb-support or imap-authentication.
@@ -498,7 +497,7 @@ If you use your own Dockerfile, you need to configure your docker-compose file a
 
 
 If you intend to use another command to run the image, make sure that you set `NEXTCLOUD_UPDATE=1` in your Dockerfile. Otherwise the installation and update will not work.
 If you intend to use another command to run the image, make sure that you set `NEXTCLOUD_UPDATE=1` in your Dockerfile. Otherwise the installation and update will not work.
 
 
-```yaml
+```dockerfile
 FROM nextcloud:apache
 FROM nextcloud:apache
 
 
 ...
 ...

+ 0 - 1
postgres/README.md

@@ -92,7 +92,6 @@ postgres=# SELECT 1;
 ----------
 ----------
         1
         1
 (1 row)
 (1 row)
-
 ```
 ```
 
 
 ## ... via [`docker stack deploy`](https://docs.docker.com/engine/reference/commandline/stack_deploy/) or [`docker-compose`](https://github.com/docker/compose)
 ## ... via [`docker stack deploy`](https://docs.docker.com/engine/reference/commandline/stack_deploy/) or [`docker-compose`](https://github.com/docker/compose)

+ 6 - 6
telegraf/README.md

@@ -24,12 +24,12 @@ WARNING:
 
 
 # Supported tags and respective `Dockerfile` links
 # Supported tags and respective `Dockerfile` links
 
 
--	[`1.20`, `1.20.4`](https://github.com/influxdata/influxdata-docker/blob/b0bf70d91b99c95ce425d6c20b31d48c5d3a7015/telegraf/1.20/Dockerfile)
--	[`1.20-alpine`, `1.20.4-alpine`](https://github.com/influxdata/influxdata-docker/blob/b0bf70d91b99c95ce425d6c20b31d48c5d3a7015/telegraf/1.20/alpine/Dockerfile)
--	[`1.21`, `1.21.4`](https://github.com/influxdata/influxdata-docker/blob/b0bf70d91b99c95ce425d6c20b31d48c5d3a7015/telegraf/1.21/Dockerfile)
--	[`1.21-alpine`, `1.21.4-alpine`](https://github.com/influxdata/influxdata-docker/blob/b0bf70d91b99c95ce425d6c20b31d48c5d3a7015/telegraf/1.21/alpine/Dockerfile)
--	[`1.22`, `1.22.0`, `latest`](https://github.com/influxdata/influxdata-docker/blob/b0bf70d91b99c95ce425d6c20b31d48c5d3a7015/telegraf/1.22/Dockerfile)
--	[`1.22-alpine`, `1.22.0-alpine`, `alpine`](https://github.com/influxdata/influxdata-docker/blob/b0bf70d91b99c95ce425d6c20b31d48c5d3a7015/telegraf/1.22/alpine/Dockerfile)
+-	[`1.20`, `1.20.4`](https://github.com/influxdata/influxdata-docker/blob/9ee4b83ea231c2c9e9a66227e70de6bafd32c317/telegraf/1.20/Dockerfile)
+-	[`1.20-alpine`, `1.20.4-alpine`](https://github.com/influxdata/influxdata-docker/blob/9ee4b83ea231c2c9e9a66227e70de6bafd32c317/telegraf/1.20/alpine/Dockerfile)
+-	[`1.21`, `1.21.4`](https://github.com/influxdata/influxdata-docker/blob/9ee4b83ea231c2c9e9a66227e70de6bafd32c317/telegraf/1.21/Dockerfile)
+-	[`1.21-alpine`, `1.21.4-alpine`](https://github.com/influxdata/influxdata-docker/blob/9ee4b83ea231c2c9e9a66227e70de6bafd32c317/telegraf/1.21/alpine/Dockerfile)
+-	[`1.22`, `1.22.1`, `latest`](https://github.com/influxdata/influxdata-docker/blob/9ee4b83ea231c2c9e9a66227e70de6bafd32c317/telegraf/1.22/Dockerfile)
+-	[`1.22-alpine`, `1.22.1-alpine`, `alpine`](https://github.com/influxdata/influxdata-docker/blob/9ee4b83ea231c2c9e9a66227e70de6bafd32c317/telegraf/1.22/alpine/Dockerfile)
 
 
 # Quick reference (cont.)
 # Quick reference (cont.)