Skip to content
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.

Update documentation for running vault in development mode #240

Open
kamalhm opened this issue Aug 28, 2021 · 0 comments
Open

Update documentation for running vault in development mode #240

kamalhm opened this issue Aug 28, 2021 · 0 comments

Comments

@kamalhm
Copy link

kamalhm commented Aug 28, 2021

Hi, I'm a newbie on vault and docker but I'd like to suggest changing this command $ docker run --cap-add=IPC_LOCK -e 'VAULT_DEV_ROOT_TOKEN_ID=myroot' -e 'VAULT_DEV_LISTEN_ADDRESS=0.0.0.0:1234' vault on the documentation to include the expose port arguments, and also set the vault listen_address to port 8200 to reduce the friction for someone to play around with vault in docker.

Here's my proposed command, I'd be willing to make a PR if it's welcome
$ docker run -p 8200:8200 --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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant