Using docker to run Eventstore: docker pull adbrowne/eventstore docker run -d -p 2113:2113 -p 1113:1113 adbrowne/eventstore Then to use the Web UI: http://192.168.59.103:2113/web/index.html (192.168.59.103 might differ, run 'boot2docker ip')