Dockerfile:
FROM alpine
RUN apk add \
bash \
curl \
file
RUN curl -Lo /usr/local/bin/rsar https://raw.githubusercontent.com/ryran/rsar/master/rsar \
&& chmod +x /usr/local/bin/rsar
WORKDIR /sa
ENTRYPOINT ["/usr/local/bin/rsar"]
CMD ["--help"]
docker run --rm -v $(pwd):/sa rsar:latest -A 7 sar31
Content type
Image
Digest
Size
5.5 MB
Last updated
over 7 years ago
docker pull quaddo/rsar