WebSocketGaugeServer - Install and setup Docker container
Download Docker image, and create your original image with overwriting configuration.
Recent Docker image is uploaded on Docker Hub. And you can create new Docker image by overwriting configuration file.
To do this,
- Clone or download this repository.
- Move to
Docker.image.install
directory.cd Docker.image.install
- Edit
appsettings.json
to configure. (See Configure.md). - Build and install new image.
docker build --tag (your original local image tag) .
(You can use your original image by changing
FROM
ofDockerfile
)