dockertest
Write better integration tests! Dockertest helps you boot up ephermal docker images for your Go tests with minimal work.
How to download and setup dockertest
Open terminal and run command
git clone https://github.com/ory/dockertest.git
git clone is used to create a copy or clone of dockertest 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 dockertest https://github.com/ory/dockertest/archive/master.zip
Or simply clone dockertest with SSH
[email protected]:ory/dockertest.git