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
We will bind mount the directory in the `/home/user` inside the container (if this directory does not exist inside the container, then it will be created):
252
+
We will bind mount the directory in the `/home/user` inside the container
253
+
(if this directory does not exist inside the container, then it will be created):
253
254
254
255
```bash
255
256
udocker run -v=$HOME/udocker-tutorial/gromacs:/home/user -w=/home/user grom /bin/bash
Inside the container - make a directory for your output, and run your favorite molecular dynamics simulation (if you want wait a few minutes to finish, will not take long):
277
+
Inside the container - make a directory for your output, and run your favourite molecular dynamics
278
+
simulation software, (if you want wait a few minutes to finish, will not take long):
0 commit comments