From bc393f2419201a3ff9d2750e6394cb0e6b1ba192 Mon Sep 17 00:00:00 2001 From: weslambert Date: Sun, 28 May 2023 20:48:07 -0400 Subject: [PATCH] Add instructions about pulling a specific version of the pre-built Docker image --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index edf0005..ed6c258 100644 --- a/README.md +++ b/README.md @@ -24,3 +24,7 @@ Once started, edit `server.config.yaml` in `/velociraptor`, then run `docker-com To pull only the Docker image: `docker pull wlambert/velociraptor` + +To pull a specific version of the Docker image: + +`docker pull wlambert/velociraptor:0.6.8-2`