From d897c17294de72baee2226a5fda8cf9896794445 Mon Sep 17 00:00:00 2001 From: osixia Date: Tue, 1 Mar 2016 15:26:45 +0100 Subject: [PATCH] Update README.md --- README.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/README.md b/README.md index ad9be29..b5b2793 100644 --- a/README.md +++ b/README.md @@ -102,18 +102,6 @@ See how to [set your own environment variables](#set-your-own-environment-variab - **KEEPALIVED_COMMAND_LINE_ARGUMENTS** Keepalived command line arguments; Defaults to `--log-detail --dump-conf` -### Set environment variables at run time : - -Environment variable can be set directly by adding the -e argument in the command line, for example : - - docker run --env KEEPALIVED_INTERFACE="eno1" --env KEEPALIVED_PASSWORD="password!" \ - --env KEEPALIVED_PRIORITY="100" --detach osixia/keepalived - -Or by setting your own `env.yaml` file as a docker volume to `/container/environment/env.yaml` - - docker run --volume /data/my-env.yaml:/container/environment/env.yaml \ - --detach osixia/keepalived - ### Set your own environment variables #### Use command line argument