From 38e37186f398a527c8a7814b596ea97f62c6993e Mon Sep 17 00:00:00 2001 From: Docker Library Bot Date: Thu, 5 Oct 2017 18:31:58 +0000 Subject: [PATCH] Run update.sh --- lightstreamer/README.md | 8 ++++---- vault/README.md | 4 +--- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/lightstreamer/README.md b/lightstreamer/README.md index dae6f71a4..1ad5058e3 100644 --- a/lightstreamer/README.md +++ b/lightstreamer/README.md @@ -65,11 +65,11 @@ Launch the container with the default configuration: $ docker run --name ls-server -d -p 80:8080 lightstreamer ``` -This will map port 8080 inside the container to port 80 on local host. Then point your browser to `http://localhost` and watch the Welcome page showing real time data flowing in from the locally deployed demo application, which is a first overview of the unique features offered by the Lightstreamer technology. More examples are available online at the [demo site](http://demos.lightstreamer.com). +This will map port 8080 inside the container to port 80 on local host. Then point your browser to `http://localhost` and watch the Welcome page showing real-time data flowing in from the locally deployed demo application, which is a first overview of the unique features offered by the Lightstreamer technology. More examples are available online at the [demo site](http://demos.lightstreamer.com). ## Custom settings -It is possibile to customize each aspect of the Lightstreamer instance running into the container. For example, a specific configuration file may be supplied as follows: +It is possible to customize each aspect of the Lightstreamer instance running into the container. For example, a specific configuration file may be supplied as follows: ```console $ docker run --name ls-server -v /path/to/my-lightstreamer_conf.xml:/lightstreamer/conf/lightstreamer_conf.xml -d -p 80:8080 lightstreamer @@ -141,7 +141,7 @@ In this case, the `/path/to/my-adapters` folder has to be structured with the re +my_adapter_set_2 ... +my_adapter_set_N - + ``` ### Building a new image @@ -163,7 +163,7 @@ Then, just build and start the container as already explained. ## Deployment of web server pages -There might be some circumstances where you would like provide custom pages for the internal web server of the Lightstreamer Server. Even in this case, it is possible to customize the container by employing the same techniques as above. +There might be some circumstances where you would like to provide custom pages for the internal web server of the Lightstreamer Server. Even in this case, it is possible to customize the container by employing the same techniques as above. For example, with the following command you will be able to fully replace the factory `pages` folder: diff --git a/vault/README.md b/vault/README.md index 4fee34504..062dbdb1d 100644 --- a/vault/README.md +++ b/vault/README.md @@ -16,9 +16,7 @@ WARNING: # Supported tags and respective `Dockerfile` links -- [`0.8.1` (*0.8.1/Dockerfile*)](https://github.com/hashicorp/docker-vault/blob/9ddc187d94f68f2572e4d3b1e733c98c661d628b/0.8.1/Dockerfile) -- [`0.8.2` (*0.8.2/Dockerfile*)](https://github.com/hashicorp/docker-vault/blob/0cbe9598ea742e5227a20012332400b0f96a0327/0.8.2/Dockerfile) -- [`0.8.3`, `latest` (*0.8.3/Dockerfile*)](https://github.com/hashicorp/docker-vault/blob/8d7d53f701331936ae654fff0249ccf872e5de44/0.8.3/Dockerfile) +- [`0.8.3`, `latest` (*0.X/Dockerfile*)](https://github.com/hashicorp/docker-vault/blob/6e237e86fe245488d54a448b49eaf63d9a4faa71/0.X/Dockerfile) # Quick reference