docker icon indicating copy to clipboard operation
docker copied to clipboard

Dockerfiles for https://hub.docker.com/u/devkitpro/

Results 1 docker issues
Sort by recently updated
recently updated
newest added

I'm unable to run `arm-none-eabi-gdb` using the `devkitpro/devkitarm` image. It appears there are a couple issues: 1. `/opt/devkitpro/devkitARM/bin` isn't in the path ``` $ docker run -it --rm -v "$PWD:/build"...