westwind-sc
westwind-sc
Hi @nikhil-kumawat-1991, I have retry you command, but could not reproduce the issue. could you use `docker images arm32v7/alpine:latest` to get the Image ID? Then we could check whether we...
Hi @nikhil-kumawat-1991, It depends on the architecture of the host. I was using Docker for Mac to test the command `docker run -it arm32v7/alpine:latest "/bin/sh"`. Docker for Mac have built-in...
We just need one of the maintainers to fill in https://www.docker.com/community/open-source/application. Then docker hub will not apply the rate limiting on the image.
https://www.docker.com/blog/what-you-need-to-know-about-upcoming-docker-hub-rate-limiting/ > And non-commercial open source projects can apply for a sponsored Open Source Docker account by [filling out this application](https://www.docker.com/community/open-source/application). No pull rate restrictions will be applied to **namespaces**...
How about provide images via [ghcr.io](https://ghcr.io) ? Some softwares already start provide official images via ghcr.io, for example: https://github.com/orgs/aquasecurity/packages/container/package/trivy
@oldthreefeng to help figure out why, could you run `pwd` before `echo pwd > /usr/local/bin/123.sh`? Then we could know current working directory.