Open Gilk260 opened 6 months ago
open: No such file or directory
Please try sudo modprobe tun
and sudo modprobe tap
$ sudo modprobe tun
modprobe: can't change directory to '/lib/modules': No such file or directory
$ sudo modprobe tap
modprobe: can't change directory to '/lib/modules': No such file or directory
@AkihiroSuda , I don't know if it is related to the Alpine
image, but it seems there are some missing files
@AkihiroSuda , I don't know if it is related to the
Alpine
image, but it seems there are some missing files
What version of Alpine are you using? Kernel modules are provided by the linux-lts
package (or other flavours), see for example:
Do you have that package installed, or similar?
Hello guys,
I'm currently trying to run docker daemon on an alpine image rootless.
dockerd-routless.sh
is usingrootlesskit
but unfortunately I have this error:As you can see it tries to run
rootlesskit
with some argument and fails. I have also tried to run the command with root permission (I know this is a non-sens), and there is still the same problem.I have already tried this: 304,
If you need any more information, feel free to let me know.