-
Notifications
You must be signed in to change notification settings - Fork 3
Home
JiaMingLin edited this page Jul 21, 2016
·
3 revisions
Now the Docker container is available.
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
- USER_PORT: the specified port binding on your machine.
- USER_DATA_DIR: the specified directory on your machine, and the program read your sensitive data here.
- LOG_DIR: the specified directory on your machine, and you can find the run time logs here.