How to download and setup dockerize
Open terminal and run command
git clone https://github.com/jwilder/dockerize.git
git clone is used to create a copy or clone of dockerize repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with dockerize https://github.com/jwilder/dockerize/archive/master.zip
Or simply clone dockerize with SSH
[email protected]:jwilder/dockerize.git