diff --git a/notebook/README.md b/notebook/README.md index 8551980..410daab 100644 --- a/notebook/README.md +++ b/notebook/README.md @@ -2,6 +2,16 @@ * Please use notebook_lib and notebook utils to analysis, if you want to create new function, just add it on folder * If you added new function and library in folders, please update README file for instruction +## Guide for docker volumes +* Please mount or bind with this information +```yaml +## Local path:container path +- notebook/notebook_lib:/home/jovyan/work/notebook_lib +- notebook/notebook_utils:/home/jovyan/work/notebook_utils +- notebook/resultFiles:/home/jovyan/work/resultFiles +- data:/home/jovyan/data +``` + ## Library List | Name | Description | Reference or link | |---------|---------|---------|