Skip to content

Commit f3a1e20

Browse files
committed
impvoed Docker readme for Windows
1 parent b822939 commit f3a1e20

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docker/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ Be sure to have the latest [Docker](https://docs.docker.com/engine/install/) ins
1313
docker build -f Dockerfile -t raycloudtools .
1414
```
1515

16+
Or on Windows:
17+
18+
```
19+
docker build -f Dockerfile.txt -t raycloudtools .
20+
```
21+
1622
This image will download and compile raycloudtools and all its dependencies (including treetools, so you can process rayextract outputs). You can then run the `raycloudtools` image as a standalone executable. The basic command is `docker run -v your/local/datadir:/data raycloudtools` followed by the specific tool you want to use, as in:
1723

1824
```

0 commit comments

Comments
 (0)