Access docker as a normal user from a docker running on a Windows WSL 2 Linux

Run the below command:

sudo chmod o+rw /var/run/docker.sock

This will enable non privileged users to run all docker commands, 

Comments

Popular posts from this blog

Graylog - an easy solution for log management

Comparing C and Go Lang - My first impression