https://github.com/weidi/nimble-witness-docker
Dockerfile to run Nimble Witness in a container
https://github.com/weidi/nimble-witness-docker
nimble
Last synced: 4 months ago
JSON representation
Dockerfile to run Nimble Witness in a container
- Host: GitHub
- URL: https://github.com/weidi/nimble-witness-docker
- Owner: weidi
- Created: 2020-07-18T19:34:56.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-03-14T12:02:36.000Z (over 4 years ago)
- Last Synced: 2025-08-27T06:24:38.137Z (10 months ago)
- Topics: nimble
- Language: Dockerfile
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nimble Witness Docker
These files help you to run you Nimble Automatic SwitchOver ASO Witness inside a docker container.
As i´m not allowed to distribute the binaries here are only the needed Dockerfile and docker-compose to run it.
Please be aware there is **no official support** for this type of deployment but it works great for me.
## Versions
Witness binary is updated every once and then so please make sure you are using the right dockerfile and download the right binary for your array version.
## Build
1. download needed binary via InfoSight.hpe.com
2. place it in the same directory as the Dockerfile
3. change password in Dockerfile
4. run `docker build -t nimble/witnessd .`
## Run
- make sure you have docker-compose setup
- use `docker-compose up -d` to start the container
- if needed adjust the exposed port in the composefile so you can run multiple instances on one machine