You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.
I'm trying to run Vault in container using root-less docker on Ubuntu 20.2. However, I keep getting the following error:
vault | Error initializing core: Failed to lock memory: cannot allocate memory
vault |
vault | This usually means that the mlock syscall is not available.
The problem does not occur when running a container with docker having root privileges.
Is there a way to provide root-less docker with privileges for mlock?
I'm trying to run Vault in container using root-less docker on Ubuntu 20.2. However, I keep getting the following error:
The problem does not occur when running a container with docker having root privileges.
Is there a way to provide root-less docker with privileges for mlock?
docker-compose.yml
:config.hcl
:The text was updated successfully, but these errors were encountered: