@@ -120,7 +120,7 @@ Environment variables can be set by adding the --env argument in the command lin
For example if your environment file is in : /data/environment/my-env.yaml
docker run --volume /data/environment/my-env.yaml:/container/environment/01-custom/env.yaml \
--detach osixia/keepalived:2.0.13
--detach osixia/keepalived:2.0.17
Take care to link your environment file to `/container/environment/XX-somedir` (with XX < 99 so they will be processed before default environment files) and not directly to `/container/environment` because this directory contains predefined baseimage environment files to fix container environment (INITRD, LANG, LANGUAGE and LC_CTYPE).
@@ -130,13 +130,13 @@ This is the best solution if you have a private registry. Please refer to the [A
## Advanced User Guide
### Extend osixia/keepalived:2.0.13 image
### Extend osixia/keepalived:2.0.17 image
If you need to add your custom TLS certificate, bootstrap config or environment files the easiest way is to extends this image.
"MASTER")echo"I'm the MASTER! Whup whup." > /proc/1/fd/1
exit0
;;
"BACKUP")echo"Ok, i'm just a backup, great." > /proc/1/fd/1
exit0
;;
"FAULT")echo"Fault, what ?" > /proc/1/fd/1
exit0
;;
*)echo"Unknown state" > /proc/1/fd/1
exit1
;;
"MASTER")echo"I'm the MASTER! Whup whup." > /proc/1/fd/1
exit0
;;
"BACKUP")echo"Ok, i'm just a backup, great." > /proc/1/fd/1
exit0
;;
"FAULT")echo"Fault, what ?" > /proc/1/fd/1
exit0
;;
*)echo"Unknown state" > /proc/1/fd/1
exit1
;;
esac
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.