An image containing pinkerton: https://github.com/flynn/flynn/tree/master/pinkerton
892
Pull the latest version of the sentry image from the Docker Hub:
$ docker run -v "/var/lib/docker:/var/lib/docker" --privileged lmars/pinkerton pull "https://registry.hub.docker.com?name=sentry"
FROM ubuntu:trusty
RUN apt-get update
RUN apt-get install -y ca-certificates
ADD cmd/pinkerton/pinkerton /usr/bin/pinkerton
ENTRYPOINT ["/usr/bin/pinkerton"]
Content type
Image
Digest
Size
87.3 MB
Last updated
over 10 years ago
docker pull lmars/pinkerton