Issues starting Home Assistant Container

Hi all, I have been struggling recently with getting a docker version of HASS started. Host OS is Arch Linux. The container never fully starts. I have replicated this issue on both a x86 VM of Arch and installed on a rpi3. The configs the logs reference do indeed get written, but no HASS log files and it just sits there forever.

Anyone has some thoughts on how I can troubleshoot this? This used to work and suddenly i can’t start a container.

[vagrant@arch hass]$ docker --version
Docker version 19.03.12-ce, build 48a66213fe
[vagrant@arch hass]$
[vagrant@arch hass]$
[vagrant@arch hass]$ docker logs hass -f
[s6-init] making user provided files available at /var/run/s6/etc...exited 0.
[s6-init] ensuring user provided files have correct perms...exited 0.
[fix-attrs.d] applying ownership & permissions fixes...
[fix-attrs.d] done.
[cont-init.d] executing container initialization scripts...
[cont-init.d] udev.sh: executing...
starting version 3.2.9
[11:03:36] INFO: Update udev information
[cont-init.d] udev.sh: exited 0.
[cont-init.d] done.
[services.d] starting services
[services.d] done.
Unable to find configuration. Creating default one in /config

what does the home-assistant.log file say? this is located in the same config folder as the configuration.yaml. Are you able to access the frontend at <hostname_or_ip>:8123?