wglambert

Results 40 comments of wglambert

You could try a more involved way of setting the timezone https://github.com/docker-library/mysql/issues/543#issuecomment-467896467 https://github.com/docker-library/mysql/issues/543#issuecomment-471785639 But upstream explicitly documents the TZ environment variable as a sane and reasonable way to set the...

Yeah I'm not sure, you might try checking upstream forums that would have more insight into the underlying mysql processes to help with troubleshooting. We just package MySQL in a...

Can you show your `docker-compse.yml` file?

https://github.com/kubernetes/kubernetes/issues/71233#issuecomment-447472125 It seems that huge pages don't work with k8s

Duplicate of https://github.com/docker-library/busybox/issues/48 >It needs to be addressed upstream -- we simply package what they provide. There was this original bug from 2018 https://bugs.busybox.net/show_bug.cgi?id=11161 which was a continuing issue leading...

Python will get rebuilt eventually There wasn't a fix available in Debian as of https://github.com/docker-library/python/pull/766, but it seems to have been added since. If their update to libexpat 2.5.0 on...

https://docs.docker.com/registry/insecure/ For using `--insecure-registry` I think you have to use port 5000 You could also try asking over at the [Docker Community Forums](https://forums.docker.com/), [Docker Community Slack](https://dockr.ly/slack), or [Stack Overflow](https://stackoverflow.com/search?tab=newest&q=docker). Since...

I'm not able to reproduce, could be something with the host's environment or something specific to the haproxy configuration Using http://git.haproxy.org/?p=haproxy-2.3.git;a=blob_plain;f=examples/content-sw-sample.cfg ```console $ docker run -d --name haproxy --sysctl net.ipv4.ip_unprivileged_port_start=0...

Something like https://github.com/docker-library/docs/tree/master/php#phpversion-apache?

Your docker-compose log output only shows the one error message from Mongo-Express? What're the logs for the Mongodb container? when I tried it took 5 connection attempts and then connected...