Kenta Sato
Kenta Sato
Thanks for the comments. How about publishing `8443/tcp` by `-p` flag? Assuming that your private IP address is `192.168.1.50`, you can publish the port by: ``` $ docker container run...
Thank you for trying it! Please try `-v $PWD/config:/etc/openfortivpn/config:ro` instead of `-v /config:/etc/openfortivpn/config:ro`. If the error still occurs, this documentation (https://docs.docker.com/docker-for-mac/#file-sharing) may help you. By the way, I have never...
Since it requires special flags ([`--cap-add=NET_ADMIN` and `--device=/dev/ppp`](https://docs.docker.com/engine/reference/run/#runtime-privilege-and-linux-capabilities)) to start the container, I think that it can not use with Bitbucket Pipelines. (Sorry, I have never use the Bitbucket Pipeline.)
Thanks for being interesting in my repository. I pushed some updates to the `develop` branch to support the arm64 platform. Could you please try this image: [`ghcr.io/tosainu/fortivpn-socks5:develop`](https://github.com/Tosainu/docker-fortivpn-socks5/pkgs/container/fortivpn-socks5)? By the way,...
Hmm, I have no idea about this... For macOS, please consider using the [Homebrew package](https://github.com/adrienverge/openfortivpn#installing-existing-packages).
Earthly seems to be creating `earthly-buildkitd` when starting with `--buildkit-host docker-container://my-buildkit`. Is that related to this issue?
I'm experiencing the same or similar to this issue. I was thinking of executing a specific command on every build and I wrote `Earthfile` something like the below. Unfortunately, it...
Probably need to add [`libssl3t64`](https://packages.ubuntu.com/noble/libssl3t64) to here: https://github.com/actions/runner/blob/6654f6b3ded8463331fb0c96a73b0435775c7c4e/src/Misc/layoutbin/installdependencies.sh#L105 and [`libicu74`](https://packages.ubuntu.com/noble/libicu74) to here: https://github.com/actions/runner/blob/6654f6b3ded8463331fb0c96a73b0435775c7c4e/src/Misc/layoutbin/installdependencies.sh#L113