docker-install icon indicating copy to clipboard operation
docker-install copied to clipboard

Check if tun device is avaliable for installation

Open zelahi opened this issue 6 years ago • 3 comments

Address Issue #101

It checks to see if /dev/net/tun exists for the ce installer. However it does allow the user to install and set the binaries if they wish to bypass this check

zelahi avatar Jun 10 '19 18:06 zelahi

Please sign your commits following these rules: https://github.com/moby/moby/blob/master/CONTRIBUTING.md#sign-your-work The easiest way to do this is to amend the last commit:

$ git clone -b "add-check-for-tun-device" [email protected]:zelahi/docker-install.git somewhere
$ cd somewhere
$ git commit --amend -s --no-edit
$ git push -f

Amending updates the existing PR. You DO NOT need to open a new one.

GordonTheTurtle avatar Jun 10 '19 18:06 GordonTheTurtle

Rebased to trigger CI

@AkihiroSuda PTAL

thaJeztah avatar Jul 04 '21 12:07 thaJeztah

Can we print hint like “modprobe tun”?

AkihiroSuda avatar Jul 04 '21 15:07 AkihiroSuda