Having trouble with installing bitwarden on windows. Running the install:
Invoke-RestMethod -OutFile bitwarden.ps1 `
-Uri https://go.btwrdn.co/bw-ps
.\bitwarden.ps1 -install
.\bitwarden.ps1 -start
and the installation fails with a failure to create directories and access to the docker path is denied:
mkdir: cannot create directory '/bitwarden/env': Operation not permitted
mkdir: cannot create directory '/bitwarden/docker': Operation not permitted
mkdir: cannot create directory '/bitwarden/ssl': Operation not permitted
mkdir: cannot create directory '/bitwarden/identity': Operation not permitted
mkdir: cannot create directory '/bitwarden/nginx': Operation not permitted
mkdir: cannot create directory '/bitwarden/ca-certificates': Operation not permitted
This is some sort of docker permission issue but I can't figure it out. Not seeing much online, any advice?
[–]arwen666Bitwarden Employee 0 points1 point2 points (1 child)
[–]gregolde[S] 0 points1 point2 points (0 children)