Ready-to-use Docker image that combine secret management tool SOPS and encryption tool age.
[TOC]
docker run registry.gitlab.com/mathbou/docker-sops:latest
This will start the container and do two steps:
- If it's the first start, it generates a new age public/private key.
- It prints the age public key.
- Start SOPS in keyservice mode. It is exposed through port 5000.
The location of the age keyfile can be modified with the variable SOPS_AGE_KEY_FILE.
This image is mostly useless on its own, but might come in handy in docker compose stacks.
Go check the example
folder for a compose example.
This project is licensed under AGPLv3