@@ -115,7 +115,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
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 \
docker run --volume /data/environment/my-env.yaml:/container/environment/01-custom/env.yaml \
--detach osixia/keepalived:1.3.6-1
--detach osixia/keepalived:1.3.8
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).
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).
@@ -125,13 +125,13 @@ This is the best solution if you have a private registry. Please refer to the [A
## Advanced User Guide
## Advanced User Guide
### Extend osixia/keepalived:1.3.6-1 image
### Extend osixia/keepalived:1.3.8 image
If you need to add your custom TLS certificate, bootstrap config or environment files the easiest way is to extends this image.
If you need to add your custom TLS certificate, bootstrap config or environment files the easiest way is to extends this image.
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.