Solution for docker-init missing from $PATH on Fedora using moby-engine #1164
jrhoward
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm running Fedora 36 and and I was unable to launch k3d with moby engine installed
The error was related to
docker-init
not being on the PATH.I did a search, found the executable:
sudo rpm info moby-engine -ql
put on path and everything is now working
ln -s -T /usr/libexec/docker/docker-init /usr/bin/docker-init
Beta Was this translation helpful? Give feedback.
All reactions