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

Issues in building iipImage server for windows #12

Open
roshtha opened this issue Dec 30, 2021 · 2 comments
Open

Issues in building iipImage server for windows #12

roshtha opened this issue Dec 30, 2021 · 2 comments

Comments

@roshtha
Copy link

roshtha commented Dec 30, 2021

Hello all,

I want to setup IIPImage server on Windows 10 platform and would like to use the server for deep zoom imaging through
open sea dragon viewer. I did the following steps

-Downloaded Docker desktop for Windows
-Downloaded and extracted iipImage github repository folder into machine
-cd to iipImage-master extracted folder
-Run docker build . -t iipsrv from command prompt

But I get lot of errors.
Untitled

I am new to docker usage.
Is it the correct way to build the package for windows?
Any links to documentation on iipImage server setup for windows?

Thanks all.

@birm
Copy link
Member

birm commented Dec 30, 2021

Hello!
I was not able to replicate this on ubuntu. Let me see what windows environment I have access to to try that.
In the meantime, can you confirm that you're able to successfully build docker containers which get resources from the web? I've heard of some odd docker networking issues before.

@roshtha
Copy link
Author

roshtha commented Jan 2, 2022

Hello,

Thanks @birm. I think the error was due to network constraints imposed by the office network. I could execute the statement docker build . -t iipsrv from command prompt without errors from another PC which does not have network limitations.

But now I have an error in executing docker run iipsrv -d -p 4010:80. The error shown is

docker: Error response from daemon: OCI runtime create failed: container_linux.go:380: starting container process caused: exec: "-d": executable file not found in $PATH: unknown.

Should I explicitly specify the name of an exe with -d option or anything to be included in PATH?
Also where the build-related files and the above-mentioned exe are stored on PC?

Thanks.

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

2 participants