Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 1.39 KB

File metadata and controls

41 lines (27 loc) · 1.39 KB

Docker-Sops

Ready-to-use Docker image that combine secret management tool SOPS and encryption tool age .

[TOC]

🥰 Support My Work

If you appreciate my work, consider ⭐ starring this repository or 💰 making a donation to support future updates and maintenance.

Static Badge

Usage

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.

Use Case

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.

License

This project is licensed under AGPLv3