New to QIIME, trying to install. Successfully installed WSL, Ubuntu, Miniconda, Docker in linux (got Hello-world confirmation). When I tried to follow these instructions (from this site: QIIME 2 Library):
### 2. Download base image
Run the following command to pull the selected image:
erik@EriksLG:~$ docker pull quay.io/qiime2/amplicon:2025.4
I got the following error message:
permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Post "http://%2Fvar%2Frun%2Fdocker.sock/v1.50/images/create?fromImage=quay.io%2Fqiime2%2Famplicon&tag=2025.4": dial unix /var/run/docker.sock: connect: permission denied
Tried searching this here and online, not clear how to proceed. Any assistance greatly appreciated. Apologies if this is a common error with an existing solution. -Erik