moby
Moby Project - a collaborative project for the container ecosystem to assemble container-based systems
How to download and setup moby
Open terminal and run command
git clone https://github.com/moby/moby.git
git clone is used to create a copy or clone of moby 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 moby https://github.com/moby/moby/archive/master.zip
Or simply clone moby with SSH
[email protected]:moby/moby.git