This Docker image features a minimal Shopify/ejson setup. It is based on alpine with an image size of just over 10MB.
First, you can test out if the binary runs by:
$ docker run --rm -t shinkou/ejson keygen
Or you could move on to directly using it with keys and data safeguarded:
$ docker run \
-v "$HOME/.ejson_keys:/opt/ejson/keys" \
--rm -t shinkou/ejson \
keygen -w
$ docker run \
-v "$HOME/.ejson_keys:/opt/ejson/keys" \
-v "$HOME/data:/data" \
--rm -t shinkou/ejson \
encrypt ./secret.ejson
Content type
Image
Digest
Size
5.1 MB
Last updated
almost 5 years ago
docker pull shinkou/ejson