Add instructions about pulling a specific version of the pre-built Docker image

This commit is contained in:
weslambert
2023-05-28 20:48:07 -04:00
committed by GitHub
parent b71bf2cbd1
commit bc393f2419

View File

@@ -24,3 +24,7 @@ Once started, edit `server.config.yaml` in `/velociraptor`, then run `docker-com
To pull only the Docker image: To pull only the Docker image:
`docker pull wlambert/velociraptor` `docker pull wlambert/velociraptor`
To pull a specific version of the Docker image:
`docker pull wlambert/velociraptor:0.6.8-2`