## Docker build * Docker build ```docker build -t watchdog --build-arg config_file=./config/config.yaml .``` * Docker save ```docker save -o watchdog.tar watchdog```