Skip to content

Instantly share code, notes, and snippets.

@nhthai2005
Created July 11, 2021 12:05
Show Gist options
  • Save nhthai2005/d2e3ced2047da562694db52d0f3fd05d to your computer and use it in GitHub Desktop.
Save nhthai2005/d2e3ced2047da562694db52d0f3fd05d to your computer and use it in GitHub Desktop.
Howto install vault in Alpine linux
apk add --no-cache vault libcap
setcap cap_ipc_lock= /usr/sbin/vault
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment