I noticed I can't use systemd to start a container with atomic run because it doesn't seem to pass: Environment="HOME=/root"
yet, if I just use docker run for the exec in the unit file, it works. Is there something i'm missing, or any examples of unit files with atomic?