Installing Docker
The dockerrun
backend requires Docker to create containers. You will need this if you test against this backend.
As a simple way to get Docker running we recommend installing Docker Desktop.
Docker provides convenience scripts to install Docker on Linux:
curl -fsSL https://get.docker.com -o get-docker.sh
sudo sh get-docker.sh
Alternatively, please follow the manual installation steps to get Docker running.