From c6f7139252e0957ad99e61fe15985209c9f5c925 Mon Sep 17 00:00:00 2001 From: Jannik Seiler Date: Tue, 9 Jun 2020 16:20:11 +0200 Subject: [PATCH] --- Home.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Home.md b/Home.md index a2571ab..253284b 100644 --- a/Home.md +++ b/Home.md @@ -30,7 +30,9 @@ Here is an example of the config.xml: ### Docker To build tcor as docker image, execute `docker build -t tcor:latest .` If the build was successfull, -you can run tcor via `docker run -v {path-to-the-tcor-folder}:/tcor -p 8080:8080 tcor`. For the docker image to work properly you need to copy a java keystore into the tcor folder (right besides the config.xml file). Also make sure the file is named "cacerts". +you can run tcor via `docker run -v {path-to-the-tcor-folder}:/tcor -p 8080:8080 tcor`. You can also use the tcor docker image from dockerhub, see https://hub.docker.com/r/mosadxyz/tcor. + +For the docker image to work properly you need to copy a java keystore into the tcor folder (right besides the config.xml file). Also make sure the file is named "cacerts". #### Docker Compose @@ -38,7 +40,7 @@ you can run tcor via `docker run -v {path-to-the-tcor-folder}:/tcor -p 8080:8080 version: "3" services: tcor: - image: tcor:latest + image: mosadxyz/tcor:latest ports: - 8080:8080 volumes: