rkt
[Project ended] rkt is a pod-native container engine for Linux. It is composable, secure, and built on standards.
How to download and setup rkt
Open terminal and run command
git clone https://github.com/rkt/rkt.git
git clone is used to create a copy or clone of rkt 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 rkt https://github.com/rkt/rkt/archive/master.zip
Or simply clone rkt with SSH
[email protected]:rkt/rkt.git