Run update.sh

This commit is contained in:
Docker Library Bot 2017-10-05 18:31:58 +00:00
parent b7c32938a0
commit 38e37186f3
2 changed files with 5 additions and 7 deletions

View File

@ -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:

View File

@ -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