https://github.com/ipunkt/docker-hetzner-failover-ip
Docker image providing the hetzner failover ip python script and python with the required modules
https://github.com/ipunkt/docker-hetzner-failover-ip
Last synced: about 1 year ago
JSON representation
Docker image providing the hetzner failover ip python script and python with the required modules
- Host: GitHub
- URL: https://github.com/ipunkt/docker-hetzner-failover-ip
- Owner: ipunkt
- License: mit
- Created: 2017-06-14T08:07:38.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-14T09:06:12.000Z (about 9 years ago)
- Last Synced: 2025-02-07T05:27:47.971Z (over 1 year ago)
- Language: Python
- Size: 3.91 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-hetzner-failover-ip
Docker image providing the hetzner failover ip python script and python with the required modules
Uses `/etc/failover-ip.conf` as configuration file which IS NOT provided.
## Use-case
This docker container is ment to be used in a rancher service as `start-once`
container with one-per-host scheduling.
- each container mounts the hosts configuration file which is already present
for use with keepalived
- each container is ran once uppon start-upgrade. This is not intentional but
can not be avoided.
- the stopped containers can be ran once again by pressing 'start', running the
command and grabbing the failover-ip to the host it was run on.