docker / docker-install

Docker installation script
https://get.docker.com
Apache License 2.0
2.19k stars 733 forks source link

Docker rootless installer doesn't check for tun device #101

Open mhofman opened 5 years ago

mhofman commented 5 years ago

It seems that rootlesskit requires the tun device to be available to run successfully, but the installer doesn't check for it.

tonistiigi commented 5 years ago

@AkihiroSuda

AkihiroSuda commented 5 years ago

Is it ok to just check existence of /dev/net/tun ?