Sign inSign up

quaddo/rsar

By quaddo

Updated over 7 years ago

Based on https://github.com/ryran/rsar

Image
0

218

quaddo/rsar repository overview

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"]
Usage example
docker run --rm -v $(pwd):/sa rsar:latest -A 7 sar31

Tag summary

Content type

Image

Digest

Size

5.5 MB

Last updated

over 7 years ago

docker pull quaddo/rsar