Pavel

Results 9 comments of Pavel

@ryane Hey there, a temporary workaround can be done by pre-fetching [hairyhenderson/gomplate](https://github.com/hairyhenderson/gomplate) and executing it inside `task` resource

@schachmat Take a look at this package - [tablewriter](https://github.com/olekukonko/tablewriter)

@brndnmtthws Why aren't you guys publishing jar-files in GitHub Releases? Feels like you're already passing them from CI to Docker during container build - https://github.com/mesos/chronos/blob/master/Dockerfile#L14

I have the same error, deployed via Docker command-line: ``` docker run -p 5000:5000 -e ZOOKEEPER_ADDRESS="localhost:2181" capgemini/mesos-ui:standalone-latest ```

@tejas0908 Ok, I've resolved this, looks like repo README and Marathon config are outdated. Use the instruction from Docker Hub: https://hub.docker.com/r/capgemini/mesos-ui tl;dr Instead of `ZOOKEEPER_ADDRESS` provide `MESOS_ENDPOINT` environment variable.

@enxebre I had a Zookeeper/Mesos master on the same instance: ``` $ echo ruok | nc localhost 2181 imok ``` Something definitely broken with `ZOOKEEPER_ADDRESS` environment variable

@enxebre You were right, container didn't have access to it's host machine services. It worked, when I've provided `docker0` link IP address: ``` $ ifconfig docker0 Link encap:Ethernet HWaddr 02:42:93:ed:16:3b...

+1 for this feature. Need for Jenkins workspace integration

@haydencarlson I was debugging similar issue for Bitcoin recently. It happens when Copayer ID is not found in MongoDB. To create Copayer ID for Bitcoin Cash, you have to add...