Skip to content
Snippets Groups Projects
Commit 6e49214f authored by Robert Martin-Legene's avatar Robert Martin-Legene
Browse files

Create a repo

parent e07eb1ee
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@ do
g_dir=${guestdir//\//,}
g_dirs="${g_dirs} ${g_dir}"
# hostdirs
h_dir=${HOME}/dockers/volumes/${name}${guestdir//\//,}
h_dir=/home/dockers/volumes/${name}${guestdir//\//,}
h_dirs="${h_dirs} ${h_dir}"
mkdir -p ${h_dir}
mounts="${mounts} -v ${h_dir}:${guestdir}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment