Sign inSign up

ffmd/jool

By ffmd

Updated over 5 years ago

Image
0

968

ffmd/jool repository overview

jool-docker

jool as docker container.

Dependencies

Since jool needs a kernel module we need to prepare the host system. For this we need to meet following prerequisites on the host:

Setup
git clone ttps://github.com/FreifunkMD/jool-docker /opt/jool-docker
/opt/jool-docker
vi install.sh
./install.sh

The installation itself is as simple as changing the variable JOOL_VERSION in the install.sh file to ones desire (for current versions see here) and running bash install.sh as root. The script will install the kernel module and pull the docker image. If pulling fails for the specified jool version, it will try to build it instead.

Uninstall
docker stop jool-ffmd
docker rm jool-ffmd
docker image rm jool-ffmd

Run as root

modprobe -r jool
dkms uninstall jool/<VERSION>
dkms remove jool/<VERSION> --all
dkms status jool

Tag summary

Content type

Image

Digest

Size

34.2 MB

Last updated

over 5 years ago

docker pull ffmd/jool