Skip to content

Instantly share code, notes, and snippets.

@dameyerdave
Last active January 4, 2024 15:21
Show Gist options
  • Save dameyerdave/8b0ee644161a965757d384cd0e20312c to your computer and use it in GitHub Desktop.
Save dameyerdave/8b0ee644161a965757d384cd0e20312c to your computer and use it in GitHub Desktop.
Run a local http(s) proxy
docker run -d --name proxy --hostname proxy -p 8888:8888 --restart unless-stopped vimagick/tinyproxy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment