Matteo Carnelos

Results 21 comments of Matteo Carnelos

I solved by adding the following in the `docker-compose.yml` file: ```yml ... sysctls: - net.ipv4.ping_group_range=0 2147483647 ... ``` For `docker run` should be the following: ``` docker run ... --sysctl...

I've implemented a way to forward custom port using an environment variable in #32, check it out😉

Not yet, it is being reviewed

Thanks for the review! I've done as you suggested. Please feel free to edit the README section if needed, I don't have a great english.

That makes sense, I'll rename the variable to `QEMU_HOSTFWD`. Thanks for the suggestion. To open multiple ports is necessary to put the entries separated by spaces. So, in your example:...

Since @lukechilds doesn't seem to be maintaining this repo anymore, if you need this feature, you can use my [custom-built image](https://github.com/matteocarnelos/dockerpi/pkgs/container/dockerpi).

> Will you publish under a different container name ie? Don't think so, at least for now. The namespace and registry host differ, though: `ghcr.io/matteocarnelos/dockerpi`.

@robertsLando I can confirm that's the problem. In my custom image it would be ok to have SSH disabled by default since the SSH port is not forwarded by default...

I had the same issue. The problem is that `avr-hal` uses custom targets, and therefore this and other tools won't work. As a temporary solution, you can use the built-in...