Occasionally LXC fails with a socket timeout error when running
on Github Actions. To alleviate this, run `lxc init` in a separate
thread. While init is running, periodically print an inane log
message in an attempt to appease Github Actions. If `lxc init`
fails, Container() will now retry the init up to five times.