A simple Alpine based Container pulling the ipsum blocklist from https://github.com/stamparm/ipsum.
324
This image is doing nothing else but pulling the latest ipsum blocklist information from https://github.com/stamparm/ipsum and adding it to the iptables using ipset as described in the Github repository. Perfect for Container based operating systems like CoreOS or Rancher!
Can be used to set the host iptables configuration on Docker > 1.2
docker run --cap-add=NET_ADMIN --cap-add=NET_RAW --net=host -it kromit/ipsum
or on earlier Docker versions using:
docker run --privileged --net=host -it kromit/ipsum
Content type
Image
Digest
Size
6.1 MB
Last updated
over 5 years ago
docker pull kromit/ipsum