From 699d843a141f3bc8a835c38cce039737f3dfd5ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Magnus=20Kir=C3=B8?= Date: Sun, 20 Mar 2016 17:37:56 +0100 Subject: Readme: updated docker cms + added link location to working dev site. --- nms/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'nms') diff --git a/nms/README.md b/nms/README.md index 739fc5b..7be3f14 100644 --- a/nms/README.md +++ b/nms/README.md @@ -21,11 +21,12 @@ And make sure that your user is in the docker group, so that you can run docker -- getting to prompt(without cgroup): `docker run -v "/home/kiro/repos/tgmanage:/srv/tgmanage" -v "/home/kiro/repos/tgmanage/nms/.bashrc:/root/.bashrc" -w "/srv/tgmanage/web/nms.gathering.org" \ --it --privileged nms-front /bin/bash` +-rm=true -ti --name=front --privileged nms-front /bin/bash` - Find IP's: `docker inspect nms-db | grep "IPAddress\":"` `docker inspect nms-front | grep "IPAddress\":"` - Open the nms-front ip in the web browser. +http://172.17.0.2:8080/ -- cgit v1.2.3