git://scientific.zcu.cz
/
virtualization.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1fcdf97
)
Prepare also resolv.conf in /docker.
author
František Dvořák
<valtri@civ.zcu.cz>
Thu, 21 Apr 2016 12:04:49 +0000
(14:04 +0200)
committer
František Dvořák
<valtri@civ.zcu.cz>
Thu, 21 Apr 2016 12:04:49 +0000
(14:04 +0200)
docker.sh
patch
|
blob
|
blame
|
history
diff --git
a/docker.sh
b/docker.sh
index
b51992a
..
1e7db76
100755
(executable)
--- a/
docker.sh
+++ b/
docker.sh
@@
-98,6
+98,9
@@
fi
if [ -f "${config_dir}/../hosts" ]; then
cp "${config_dir}/../hosts" ${config_dir}/
fi
+if [ -f "${config_dir}/../resolv.conf" ]; then
+ cp "${config_dir}/../resolv.conf" ${config_dir}/
+fi
for m in ${MOUNTS}; do
loc_dir=`echo ${m} | cut -d: -f1`
cont_dir=`echo ${m} | cut -d: -f2`