Hi community,
after reading this article, I expected systemctl availability in the Torizon Debian container images, but actually I cannot find it, at least in the versions I am using (details below).
Is it just a problem of versions or images? Which is the best way to configure services in Torizon using Debian containers?
Thank you for the help and all the best!
apalis-imx6-08503211:~$ cat /etc/os-release
ID="torizon-rt"
NAME="TorizonCore with PREEMPT_RT"
VERSION="4.0.0-devel-202007+build.17 (zeus)"
VERSION_ID="4.0.0-devel-202007-build.17"
PRETTY_NAME="TorizonCore with PREEMPT_RT 4.0.0-devel-202007+build.17 (zeus)"
BUILD_ID="17"
ANSI_COLOR="1;34"
apalis-imx6-08503211:~$ docker run --rm -it torizon/arm32v7-debian-dev-tools /bin/bash
root@92fb0791fe4b:/# systemctl
bash: systemctl: command not found
apalis-imx6-08503211:~$ docker run --rm -it torizon/arm32v7-debian-shell /bin/bash
root@a5cd81c52e23:/# systemctl
bash: systemctl: command not found
root@a5cd81c52e23:/# find / -name systemctl
root@96af40b92c26:/# cat /etc/os-release
PRETTY_NAME="Debian GNU/Linux 10 (buster)"
NAME="Debian GNU/Linux"
VERSION_ID="10"
VERSION="10 (buster)"
VERSION_CODENAME=buster
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"
apalis-imx6-08503211:~$ docker run --rm -it torizon/arm32v7-debian-base /bin/bash
root@f5c2a30a3fc2:/# systemctl
bash: systemctl: command not found