Linux (experimental)
Packages
Secrets Engine — the standalone engine binary
Recommended:
dbus— required for the keyring backends.gnome-keyringorkwallet— secret storage backend.
Configuration package — wires the engine into your Docker setup:
configures dockerd and makes docker pass available as a subcommand of the
Docker CLI.
Requirements:
- Secrets Engine standalone
- Docker Engine
>= 29.2.0— eitherdocker-ce(from Docker's apt repo) or
docker.io(from your distribution).
Install
# Replace with the files you downloaded (matching your distro and arch).
sudo apt install ./DockerSecretsEngine-linux-amd64-ubuntu2404.deb \
./DockerSecretsEnginePlugins-linux-ubuntu2404.deb
systemctl --user daemon-reload
systemctl --user enable --now docker-secrets-engine.serviceUninstall
systemctl --user disable --now docker-secrets-engine.service
sudo apt remove docker-secrets-engine-plugins docker-secrets-engineThis release was build from
github.com/docker/secrets-engine/client@v0.0.29github.com/docker/secrets-engine/plugin@v0.1.0github.com/docker/secrets-engine/plugins/pass@v0.1.0github.com/docker/secrets-engine/store@v0.1.0github.com/docker/secrets-engine/x@v0.1.0-do.not.use