This program is meant to be run in the https://github.com/PlummersSoftwareLLC/Primes
Install docker
After the installation you need to enable docker as non-root user. Take the following steps:
sudo groupadd docker
sudo usermod -aG docker $USER
Log out and log back in so that your group membership is re-evaluated.
``` git clone https://github.com/PlummersSoftwareLLC/Primes.git
cd Primes
cp /path/to/plummerprimes/binary ./ ```
``` USAGE: plummerprimes [FLAGS] [OPTIONS]
FLAGS: --compat Make json output compatible with the primes project's nodejs output --debug Debug -h, --help Prints help information -l, --list-formatters List formats to output to --only-output-report Only output report -u, --unconfined Run with seccomp:unconfined (native performance for interpreted languages) -V, --version Prints version information
OPTIONS:
-f, --formatter