Vault hashicorp/vault https://hub.docker.com/r/hashicorp/vault bridge false https://www.hashicorp.com/products/vault Manage access to secrets and protect sensitive data with identity-based security. config.hcl: ui = "true" listener "tcp" { address = "0.0.0.0:8200" tls_disable = "true" } storage "file" { path = "/vault/file" } api_addr = "http://0.0.0.0:8200" disable_mlock = "true" Security: Tools: http://[IP]:[PORT:8200] https://www.gravatar.com/avatar/f7304a610df968cef5badc9e9dcd40e0?s=120&r=g&d=404 --cap-add=IPC_LOCK server /mnt/user/appdata/vault/data/ /mnt/user/appdata/vault/config.hcl 8200 https://vault.mars.local