Run:
docker run -it --rm --network none -v "/path/to/your/key":/keys:ro -v "/path/to/your/secrets":/secrets:ro ethorbit/age:latest -i /keys/path/to/key -d /secrets/path/to/secret
services:
age:
image: ethorbit/age:latest
tty: true
stdin_open: true
network_mode: none
volumes:
- /path/to/keys/:/keys:ro
- /path/to/secrets:/secrets:ro
command: '-i "/keys/path/to/key" -d "/secrets/path/to/secret"'
Content type
Image
Digest
sha256:5e7ed7b7b…
Size
7.6 MB
Last updated
over 2 years ago
docker pull ethorbit/age