Environment Setup Issues
Solutions to Kerno test environment setup issues.
The environment isn't starting
Running Docker without root
sudo usermod -aG docker $USER
# Testing
docker run hello-worldLast updated