You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to install the PHP development environment into docker from Powershell I get the error:
error during connect: In the default daemon configuration on Windows, the docker client must be run with elevated privileges to connect.
On Windows 10 Pro I ran the docker desktop installer as administrator, I ran the Docker Desktop App as administrator and I opened powershell as administrator but when I ran the command:
docker run --rm -v ${PWD}:/install vjedev/installer:latest
I got the above error.
So I logged into Github, downloaded the package, cloned it than ran
docker compose up
got the same error as above
The text was updated successfully, but these errors were encountered:
When trying to install the PHP development environment into docker from Powershell I get the error:
error during connect: In the default daemon configuration on Windows, the docker client must be run with elevated privileges to connect.
On Windows 10 Pro I ran the docker desktop installer as administrator, I ran the Docker Desktop App as administrator and I opened powershell as administrator but when I ran the command:
docker run --rm -v ${PWD}:/install vjedev/installer:latest
I got the above error.
So I logged into Github, downloaded the package, cloned it than ran
docker compose up
got the same error as above
The text was updated successfully, but these errors were encountered: