You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,11 +23,11 @@ Docker and singularity is not a must unless you cannot install some dependencies
23
23
24
24
### Docker Config
25
25
26
-
1. Modify `DOCKER_USER`, `IMAGE_NAME`, `IMAGE_USER` in [.env](.env)
26
+
1. Modify `todo-docker-user`, `todo-image-name`, `todo-image-user` in [.env](.env)
27
27
28
28
-[.env](env) will be loaded when you use docker compose for build/run/push/...
29
-
-`DOCKER_USER` refers to your docker hub account username
30
-
-`IMAGE_USER` refers to the default user inside the image, which is used to determine home folder
29
+
-`todo-docker-user` refers to your docker hub account username
30
+
-`todo-image-user` refers to the default user inside the image, which is used to determine home folder
31
31
32
32
1. Modify the service name from `default` to your service name in [docker-compose.yml](docker-compose.yml), add additional volume mounting options such as dataset directories
33
33
@@ -59,7 +59,7 @@ Docker and singularity is not a must unless you cannot install some dependencies
59
59
1.[run_singularity_instance.sh](scripts/run_singularity_instance.sh) to test the image
60
60
61
61
- Add additional volume binding options to the script such as dataset directories, best practice is to define in [.env](.env) then export in [variables.sh](scripts/variables.sh) with `resolve_host_path` to turn relative path into absolute real path
62
-
- Singularity instances by default has less environment separation than docker containers unless you specify the additional options like the script
62
+
- Singularity instances by default has less environment isolation than docker containers unless you specify the additional options like the script
0 commit comments