Hi Tom, Thanks! I tried running this locally, but couldn't connect to 0.0.0.0:8080. I installed and started docker, ran `docker pull buggtb/oodt`, ran the run command (without sudo, since it doesn't work with sudo (also -- buggtb/oodt instead of oodt)), and got a hash of the container. `docker inspect [hash]` shows the container is running with a host ip of 0.0.0.0 and port 8080.
But, the connection to 0.0.0.0:8080/opsui is refused. I'm new to docker. So, I'm not sure if this is user error. Any ideas? Tyler On Fri, Jan 2, 2015 at 1:41 AM, Tom Barber <[email protected]> wrote: > Hi guys, > > I started work on a Docker install for Radix last night, > > Its in SVN and also in Dockerhub: > > https://registry.hub.docker.com/u/buggtb/oodt/ > > running: > docker pull buggtb/oodt > sudo docker run -d -p 8080:8080 -name my_first_oodt -i -t oodt > > Should get it started with opsui running. I need to tidy up some bits and > pieces with the stale pids etc, but the crux is there, good way to test but > also distribute loads of nodes really quickly. > > Tom > -- > *Tom Barber* | Technical Director > > meteorite bi > *T:* +44 20 8133 3730 > *W:* www.meteorite.bi | *Skype:* meteorite.consulting > *A:* Surrey Technology Centre, Surrey Research Park, Guildford, GU2 7YG, UK >
