@@ -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
docker run --volume /data/environment/my-env.yaml:/container/environment/01-custom/env.yaml \
--detach osixia/keepalived:1.3.5-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).
@@ -125,13 +125,13 @@ This is the best solution if you have a private registry. Please refer to the [A
## Advanced User Guide
### Extend osixia/keepalived:1.3.5-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.
sed -i "/{{ KEEPALIVED_NOTIFY }}/d"${CONTAINER_SERVICE_DIR}/keepalived/assets/keepalived.conf
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.