Home Lab – a lie I tell myself
Jared Rhodes, Microsoft MVP and Principal consultant for EPAM Systems, discusses home labs and a personal home lab project
Jared Rhodes
Jared Rhodes, Microsoft MVP and Principal consultant for EPAM Systems, discusses home labs and a personal home lab project
Jared Rhodes, Microsoft MVP and Pluralsight Author, discusses his new course Identify Existing Products, Services and Technologies in Use For Microsoft Azure
The Azure IoT Edge getting started guide currently utilizes VS Code and Docker to create modules. If you receive “docker.sock connect: permission denied” after trying to build, run the following two commands in the terminal: sudo usermod -aG docker $USER newgrp docker If you still have the error, restart your machine and try again.