There is a USB flash installed and used for container
[admin@MikroTik] > disk print
Flags: B - BLOCK-DEVICE; M - MOUNTED
Columns: SLOT, MODEL, SERIAL, INTERFACE, SIZE
# SLOT MODEL SERIAL INTERFACE SIZE
0 BM usb1 Kingston DT microDuo 3C 408D5CBF8874E7A0895E075A USB 3.20 5000Mbps 248 034 361 344
[admin@MikroTik] >
[admin@MikroTik] > container export
# 2024-06-24 10:11:11 by RouterOS 7.15.1
# software id = 82T1-PVIK
#
# model = RB5009UPr+S+
# serial number = XXXXXXXXX
/container mounts
add dst=/config name=ha_config src=/usb1/ha_config
/container
add envlist=ha_env interface=veth2 logging=yes mounts=ha_config root-dir=usb1/ha
/container config
set registry-url=https://registry-1.docker.io tmpdir=/usb1/pull
/container envs
add key=TZ name=ha_env value=Europe/Kyiv
[admin@MikroTik] > container print
0 name="7d52c00c-6c85-439b-9e52-efdcb90a2842" tag="homeassistant/home-assistant" os="" arch="" interface=veth2
envlist="ha_env" root-dir=usb1/ha mounts=ha_config dns="" logging=yes status=stopped
However, whatever I do it does not starts...
No log records appears when I'm trying to start it.
Any ideas how to make it running?