Skip to content

Instantly share code, notes, and snippets.

@lvaylet
Last active July 12, 2020 15:02
Show Gist options
  • Save lvaylet/2c96ce59e77cc1efe0ba011049d7a00e to your computer and use it in GitHub Desktop.
Save lvaylet/2c96ce59e77cc1efe0ba011049d7a00e to your computer and use it in GitHub Desktop.
Install Hashicorp tools with sethvargo/hashicorp-installer
cd ~/.local/bin
docker run -v $(pwd):/software sethvargo/hashicorp-installer terraform 0.12.28
docker run -v $(pwd):/software sethvargo/hashicorp-installer vault 1.4.3
# Then make sure ~/.local/bin is added to $PATH in .profile, .bashrc or .zshrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment