Sign inSign up

shinkou/ejson

By shinkou

Updated almost 5 years ago

Image
0

908

shinkou/ejson repository overview

ejson Docker Image


This Docker image features a minimal Shopify/ejson setup. It is based on alpine with an image size of just over 10MB.

How to Run

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

Tag summary

Content type

Image

Digest

Size

5.1 MB

Last updated

almost 5 years ago

docker pull shinkou/ejson