Created
June 8, 2020 10:12
-
-
Save palashkulsh/2dbfdf8eb7c14611b8923c63923cb04a to your computer and use it in GitHub Desktop.
docker commands
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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