Rich Braun
Rich Braun
I can't reproduce that issue. Here's what I did; please show me where your setup differs: docker-compose.yml ``` version: "3.1" services: app: image: ${REGISTRY_URI:-instantlinux}/haproxy-keepalived:2.6.4-alpine-2.2.7-r1 # restart: always environment: KEEPALIVE_CONFIG_ID: ${KEEPALIVED_CONFIG_ID:-main}...
Starting to look at this now, I'll update the README and the docker-compose / kubernetes.yaml files with any improvements I can make. The installer does take a fair amount of...
Update: I haven't been able to get 7.10.3-x running at all, and there have been some breaking changes in the 7.10.2-x updates since this image last worked reliably. Turns out...
I'm unable to get the application working, either with latest 7.10.2 or 7.10.3 versions. The tagged image 7.10.1 might work but the more recent ones do not. And after two...
Submitted a bug #68833 to the vendor's bugzilla.
I assume the product is no longer getting maintained: my bug report got no response for the past 90 days, and there's now a notice that the bug-tracking system itself...
@frankf-cgn Try the tag 7.10.4-9. I welcome pull-requests to fix issues you find (could be in Dockerfile or entrypoint.sh). If the image works for you, please add a note here...
Figured out how to reproduce, posting a fix, thanks for the report!
Attempted to reproduce (sorry for delay): ``` mkdir -p /var/tmp/issue70/data mkdir -p /var/tmp/issue70/config mkdir -p /var/tmp/issue70/secrets echo -n '1foobar@' > /var/tmp/issue70/secrets/samba-admin-password docker run --privileged --restart unless-stopped --network host \ --dns-search...
Thanks @Steffenkt, I added clarification to the [README](https://hub.docker.com/repository/docker/instantlinux/samba-dc).