Also added the frank service and build frank script to the frank playbook so that new containers can be built on the device when ansible is not an option
2 lines
151 B
Bash
2 lines
151 B
Bash
docker run --detach --name frank --hostname=moh1 --env-file=/home/pi/frank.env --network=host --restart=no --device /dev/usb/lp0:/printer frank:latest
|