Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 760 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 760 Bytes

Supported tags and respective Dockerfile links

What is 3n4 cli client?

Official 3nigm4 command line application to access all 3nigm4 services. Now implements authentication and secure storage.

How to use this image

start a authserver instance

The following example require to mount as volume every directory contained files that should be manipulated and the keys directory (or the .3nigm4 dir under user's home directory).

$ docker run -it --rm -v /home/user/.3nigm4:/root/.3nigm4:rw -v /filesdir/myfile.ext:/tmp/myfile.ext:ro nexo/3n4cli store upload -i /tmp/myfile.ext -O /root/.3nigm4/references/myfile.3n4 -M -v