This commit is contained in:
mperochon 2017-06-01 12:28:18 +02:00
parent 638b80d8de
commit 5759a47992

View file

@ -9,6 +9,7 @@
command: >
docker run -d --cap-add=IPC_LOCK --name {{ vault_temp_container_name }}
-p {{ vault_port }}:{{ vault_port }}
-e SKIP_SETCAP=true
-e 'VAULT_LOCAL_CONFIG={{ vault_temp_config|to_json }}'
-v /etc/vault:/etc/vault
{{ vault_image_repo }}:{{ vault_version }} server