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:
7038d46
)
Use domain name as network name ==> /etc/hosts can be used directly from the docker.
author
František Dvořák
<valtri@civ.zcu.cz>
Thu, 28 Jan 2016 08:32:26 +0000
(09:32 +0100)
committer
František Dvořák
<valtri@civ.zcu.cz>
Thu, 28 Jan 2016 08:32:26 +0000
(09:32 +0100)
docker.sh
patch
|
blob
|
blame
|
history
diff --git
a/docker.sh
b/docker.sh
index
d240176
..
4c4dff3
100755
(executable)
--- a/
docker.sh
+++ b/
docker.sh
@@
-25,10
+25,10
@@
#
# 4) docker overlay network created
#
-# docker network create -d overlay
vxlan
+# docker network create -d overlay
ics.muni.cz
#
-DOCKER_network='
vxlan
'
+DOCKER_network='
ics.muni.cz
'
#DOCKER_network='bridge'