ricardoalmeida / golang-cli

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CLI to process big JSON files

Install and set up

Please clone the project in the directory:

docker build -t golang-cli .
docker create -t -i golang-cli bash

The command will return a HASH, needed for the next step.

docker start -a -i <HASH>

And inside the machine, the command line is already available for using without arguments (defaults)

golang-cli stats

For help please use:

golang-cli stats -h

About


Languages

Language:Go 97.0%Language:Dockerfile 3.0%