Skip to content

Instantly share code, notes, and snippets.

@bard86
Created April 25, 2020 09:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bard86/65d6816e82d95bfcc5a4c93ae257e767 to your computer and use it in GitHub Desktop.
Save bard86/65d6816e82d95bfcc5a4c93ae257e767 to your computer and use it in GitHub Desktop.
Squid cache proxy
docker volume create --name squidVolume
docker run --name squid -d -p 3128:3128 -v squidVolume:/var/spool/squid Datadog/squid
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment