All this does is:
FROM ubuntu:latest
RUN apt update && \
apt install -y ipvsadm && \
apt-get clean
Needed this to have ipvsadm on the nodes to run ipvsadm commands in golang.
Content type
Image
Digest
Size
46.3 MB
Last updated
over 5 years ago
docker pull anldisr/ipvsadm