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