How do I know if I am running detached in the background or not.
I am just using the Torizon command “export docker command line”
docker run --network ‘host’ --volume /dev:/dev --volume /home/torizon/logs:/home/torizon/logs --volume /run/udev:/run/udev --volume /tmp:/tmp --volume ContainerVolume:/NewVolume --volume /home/torizon/EmeraBlockEnergyBox:/EmeraBlockEnergyBox:rw --device /dev/spidev3.0:/dev/spidev3.0 --device /dev/colibri-i2c:/dev/colibri-i2c --publish :6502/tcp --publish 8080:8080/tcp emerablockenergybox_arm32v7-debian-no-ssh_bullseye_debug_69ac5093-51e4-4f03-8827-ec9f9390dfe3
I don’t know if printf is going to stdout (I assume it does, since I didn’t knowingly pipe it to anything else?) So you’re saying there are logs somewhere I should read? NO OUTPUT TO SCREEN?
So to stop, I would need to open another shell to the board, and look at the running docker processes and do a docker stop from there?
Thanks!