Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install in Docker Desktop on Windows #256

Open
sanderz19 opened this issue Apr 20, 2024 · 3 comments
Open

Install in Docker Desktop on Windows #256

sanderz19 opened this issue Apr 20, 2024 · 3 comments

Comments

@sanderz19
Copy link

Hello,

I tried installing DocuSeal on my Windows machine with Docker Desktop using the following command in Windows PowerShell: "docker run --name docuseal -p 3000:3000 -v.:/data docuseal/docuseal". It pull a number of files/packages, and created the container. Unfortunately, it gave me the following error:

"(HTTP code 400) unexpected - failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: mkdir /data/docuseal: permission denied: unknown"

Please advise.

Thank you!

@omohokcoj
Copy link
Contributor

@sanderz19 did you try to run with sudo?

@sanderz19
Copy link
Author

Yes, "sudo" doesn't appear to be a command recognized by PowerShell. It only installs the Docker container for me without "sudo". Thanks

@mghabdo
Copy link

mghabdo commented May 9, 2024

@sanderz19 try to create this directory manually : /data/docuseal by accessing into the docker container

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants