Skip to content
This repository was archived by the owner on Aug 3, 2025. It is now read-only.

Docker Commands

Ben Congdon edited this page Apr 19, 2017 · 8 revisions

Commands must be run in the /groot/ folder

Building

sudo docker-compose up -d --build

Viewing Logs

sudo docker-compose logs -f

Create a new client key

sudo docker-compose run groot-api-gateway ./build/groot-api-gateway -r <client_name>

Check a client key

sudo docker-compose run groot-api-gateway ./build/groot-api-gateway -c <client_key>

Clone this wiki locally