Olivier Voortman

Results 28 comments of Olivier Voortman
trafficstars

You need to chown to uid=2 gid=2 your volume. `chown -R 2.2 /path/to/volume/of/var/atlassian/jira/`

same for atlassian-jira-software, not sure why ? is it deployed automatically to dockerhub ? https://hub.docker.com/r/cptactionhank/atlassian-jira/tags https://hub.docker.com/r/cptactionhank/atlassian-jira-software/tags

This makes fromByteBuffer() of Int32Serializer/IntegerSerializer more coherent with BooleanSerializer behaviour.

Actually, I added a small fix for LongSerializer too.

+1 We also call deleteColumn if value is null and column is nullable : clm.deleteColumn(prefix + columnName);

Indeed, the service ports are already accessible directly through it's IP inside the macvlan network. However, in this case I'd like to have incoming connections from another network through a...

More details : this would be useful when you want high performance networking between your containers (by using macvlan on a dedicated network for clustering instead of the slower overlay...

More information about potential use with HAProxy here : https://www.haproxy.com/blog/dns-service-discovery-haproxy/

@ddebroy Yes. We need L7 HTTP routing with advanced rules and processing that only a full HTTP proxy like HAProxy offers. We're currently using the https://github.com/docker/dockercloud-haproxy but it has some...