Skip to content

Commit 95414e8

Browse files
NEW: Add instructions on how to build and deploy
1 parent d9d2536 commit 95414e8

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,14 @@
1-
# tiatoolbox-docker
2-
Docker Official Image packaging for Tiatoolbox
1+
# TIAToolbox-Docker
2+
Docker Official Image packaging for [TIAToolbox](https://github.com/TissueImageAnalytics/tiatoolbox).
3+
4+
1. Navigate to the Dockerfile that you want to use, based on the Python version and Operating System that you prefer
5+
6+
2. Build the Docker image
7+
```bash
8+
docker build -t <image_name> .
9+
```
10+
11+
3. Deploy the image as a Docker container
12+
```bash
13+
docker run -it --rm --name <container_name> <image_name>
14+
```

0 commit comments

Comments
 (0)