Hi,
I got Docker containers working on a Ubuntu 18.04 VM, and I can successfully manage the "hello" test container from the instructions here: https://github.com/xcp-ng/xcp/wiki/Docker-in-XCP-ng
I installed Apache Superset, which creates three Docker containers. These run fine, but if I stop them, I cannot restart them from the XOA interface. I have to run "docker start ..." on the VM. Then they start back up fine.
Where can I look to figure out what is going on here?