Skip to content

Instantly share code, notes, and snippets.

@palashkulsh
Created June 8, 2020 10:12
Show Gist options
  • Save palashkulsh/2dbfdf8eb7c14611b8923c63923cb04a to your computer and use it in GitHub Desktop.
Save palashkulsh/2dbfdf8eb7c14611b8923c63923cb04a to your computer and use it in GitHub Desktop.
docker commands
vault
docker run -p 8200:8200 -it --cap-add=IPC_LOCK -e 'VAULT_DEV_ROOT_TOKEN_ID=myroot' -e 'VAULT_DEV_LISTEN_ADDRESS=0.0.0.0:8200' vault
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment