Skip to content
JiaMingLin edited this page Jul 21, 2016 · 3 revisions

Installation and setup

Now the Docker container is available.

Setup from Docker and Terminal.

Launch with the command line

docker run robinlin/de-identification -itd -p <USER_PORT>:8080 -v <USER_DATA_DIR>:/opt/de-identification/static/test/ -v <LOG_DIR>:/opt/de-identification/log/ /bin/bash

where

  1. USER_PORT: the specified port binding on your machine.
  2. USER_DATA_DIR: the specified directory on your machine, and the program read your sensitive data here.
  3. LOG_DIR: the specified directory on your machine, and you can find the run time logs here.
Clone this wiki locally