You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Your cri-dockerd is running just fine: service cri-docker.socket start is meaningless as the service command is hardcoded to use a .service unit suffix.
To break down what happened/why this is not a problem:
systemctl enable cri-docker.service - cri-dockerd can now start
systemctl enable --now cri-docker.socket - cri-dockerd's socket is now being monitored by systemd (both now, and on subsequent reboots)
TriggeredBy: ● cri-docker.socket - your cri-dockerd service was started by systemd automatically as someone tried to connect to the socket
In short, the service command here is a legacy wrapper for admins used to working with init scripts, and cannot reason about systemd socket activation units.
I installed cri-docker. but error on
service cri-docker.socket start
. System: Ubuntu22.04The text was updated successfully, but these errors were encountered: