Legolas uses docker containers in order to provide starters. Because of this you need to configure docker to be accessible from your linux user. To enable this, please proceed with the steps below.
- Add your linux user to the docker group
sudo usermod -aG docker $(whoami)
- Restart your machine