rpcinfo
Makes an RPC call to an RPC server and reports what it finds. More information: <https://manned.org/rpcinfo>.
RUN apt-get update && \
apt-get install -y rpcbind
RUN apt-get update && \
apt-get install -y rpcbind
RUN apk add rpcbind
RUN pacman -S --noconfirm rpcbind
RUN apt-get update && \
apt-get install -y rpcbind
RUN yum install -y rpcbind
RUN dnf install -y rpcbind
RUN apt-get update && \
apt-get install -y rpcbind