Skip to content

Instantly share code, notes, and snippets.

@regme
Created July 3, 2019 13:00
Show Gist options
  • Save regme/fedd39a58e7f13656e9b92fd56cb535e to your computer and use it in GitHub Desktop.
Save regme/fedd39a58e7f13656e9b92fd56cb535e to your computer and use it in GitHub Desktop.
docker downloader
docker run --rm -it -v C:\Install\JetBrains:/load python:2.7.15 bash
cd load/
wget https://download.jetbrains.com/go/goland-2019.1.3.exe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment