docker image to run ipvsadm commands on systems like CoreOS
396
Just need to run:
docker run --rm --net=host --privileged mariusv/ipvsadm -l
Or to delete an entry:
docker run --rm --net=host --privileged mariusv/ipvsadm -d -t <virtual ip with port> -r <real ip with port>
Content type
Image
Digest
Size
2.1 MB
Last updated
over 8 years ago
docker pull mariusv/ipvsadm