Skip to content

Commit 8dbf4d4

Browse files
authored
Merge pull request #101 from Project-MONAI/JHancox-patch-2
Updated Known Issues section to include #92
2 parents 42c3572 + edf00cc commit 8dbf4d4

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

deploy/monai-deploy-express/README.md

+15
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,21 @@ The first time calling `docker compose up` may take longer as it needs to pull a
110110
Failed to create CoreCLR, HRESULT: 0x80070008
111111
```
112112

113+
- If you start Monai Deploy Express from within a container, you are likely to have problems when starting the system with 'docker compose up', such as:
114+
```
115+
ERROR: Named volume "$PWD/.md/mdtm:/var/lib/monai:rw" is used in service "task-manager" but no declaration was found in the volumes section.
116+
```
117+
118+
- If you start Monai Deploy Express from within a container, you are likely to have problems when starting the system with 'docker compose up', such as:
119+
```
120+
Error response from daemon: failed to create shim: runc create failed: unable to start container process: error during init:
121+
error mounting "/workspace/monai-deploy-express/configs/informatics-gateway.json:/opt/monai/ig.appsettings.json"
122+
(via /proc/self/fd/6), flags: 0x5000: not a directory: unknown: are you trying to mount a directory onto a file (or vice-versa)?
123+
```
124+
_CAUSE - Docker Compose has some problems resolving files and directories, which only seem to happen inside a container. When launching the hosting container, if you mount a volume to the original host directory using the same path internally, this should work e.g._
125+
```
126+
-v /home/myuser/monai-deploy-express:/home/myuser/monai-deploy-express
127+
```
113128
## Running a MONAI Deploy Workflow
114129
115130
This package includes Orthanc running and connected to the Informatics Gateway, with all required AE Titles pre-configured.

0 commit comments

Comments
 (0)