Vincent Link

Results 20 comments of Vincent Link

Hi, thank you for this PR, after taking a quick look over it, it seems interesting and I could learn something from it. Since I'm currently not an active maintainer...

Thanks for your changes, I really appreciate it. I still have to refer to the [comment of Steffen](https://github.com/VisualDataWeb/WebVOWL/issues/85#issuecomment-295794619) that he will consider it with the current maintainer, since I'm not...

I think @Smiley01987 asks for some kind of API documentation for the WebVOWL code to implement his own app. Since there is no npm package or something similar for WebVOWL,...

@BertrandGouny ticket can be closed, curl exists inside the container.

@GiganteX you need to check how the interface is named inside your container if you decide to change the default ``` docker run --rm -it --entrypoint bash osixia/keepalived:2.0.16 bash-4.3# ip...

@BertrandGouny this ticket can be closed.

A Bridge network does not make sense as this container should manage network interfaces of the host and not isolated virtual network interfaces of the container, besides that `bridge` is...

Can confirm, doesn't work on a Raspberry Pi 4 with aarch64 ``` $ uname -m aarch64 $ docker run --rm osixia/keepalived:2.0.20 standard_init_linux.go:211: exec user process caused "exec format error" ```

@Heire I fixed it with my pull request, maybe you can test my image https://hub.docker.com/r/linkvt/osixia_keepalived/tags?page=1&ordering=last_updated (stable tag) and maybe comment in referenced [PR](https://github.com/osixia/docker-light-baseimage/pull/28) to confirm if it works for you.

Hi @BertrandGouny , thanks for the info, I will take a look over the issues and check where/if I can do something or will mention you if they could be...