Sign inSign up

ethorbit/age

By ethorbit

Updated over 2 years ago

it's age

Image
0

309

ethorbit/age repository overview

  • Run:

    • docker cli:

    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

    • docker-compose:
    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"'
    
    

Tag summary

Content type

Image

Digest

sha256:5e7ed7b7b

Size

7.6 MB

Last updated

over 2 years ago

docker pull ethorbit/age