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
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.
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.
The text was updated successfully, but these errors were encountered:
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.
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?
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.
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.
The text was updated successfully, but these errors were encountered: