projects
/
osm
/
vim-emu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2507414
)
added OpenStack-fake API ports to Dockerfile
author
peusterm
<manuel.peuster@uni-paderborn.de>
Tue, 29 Aug 2017 17:36:17 +0000
(19:36 +0200)
committer
peusterm
<manuel.peuster@uni-paderborn.de>
Tue, 29 Aug 2017 17:36:17 +0000
(19:36 +0200)
utils/docker/Dockerfile
patch
|
blob
|
history
diff --git
a/utils/docker/Dockerfile
b/utils/docker/Dockerfile
index
214510e
..
6d3a074
100755
(executable)
--- a/
utils/docker/Dockerfile
+++ b/
utils/docker/Dockerfile
@@
-65,5
+65,5
@@
RUN echo 'Done'
ENTRYPOINT ["/son-emu/utils/docker/entrypoint.sh"]
-# dummy GK, cAdvisor, Prometheus Push Gateway, son-emu REST API
-EXPOSE 5000 8081 9091 5001
+# dummy GK, cAdvisor, Prometheus Push Gateway, son-emu REST API
, OpenStack-fake APIs
+EXPOSE 5000 8081 9091 5001
6001 6002 6003 6004