HW used is RB3011 with ROS 16.2, Sandisk 16GB USB3 stick.
Basically I have followed the guide at
https://help.mikrotik.com/docs/spaces/R ... eAssistant
I start extracting the container using the command
Code: Select all
/container/add remote-image=homeassistant/home-assistant:stable interface=veth1 root-dir=/usb1/ha mounts=ha_config envlist=ha_env logging=yes
I have repeated the process quite a few times now, and often the process stops with one small archive (171 bytes) in /usb1/pull and status stuck at "extracting" like this: Occasionally the extraction process appears to have completed with container status "Stopped".
However it is not possible to start the container, simply nothing happens, no error message, no log entry.
Root dir for the container is set to /usb1/ha, am I supposed to have files stored there? It is always empty.
Can anyone please shed some light on this?
Will I be better off trying to download and extract the container manually, if possible?
Where do I go to find it?