这里列出了OWASP ZAP docker镜像:https://www.zaproxy.org/docs/docker/about/
当我在Windows上运行以下命令来拉取稳定的docker镜像时:docker pull owasp/zap2docker-stable
我得到以下错误:
Using default tag: latest
latest: Pulling from owasp/zap2docker-stable
image operating system "linux" cannot be used on this platform是否有用于windows平台的OWASP ZAP docker镜像?
发布于 2020-06-15 17:37:14
当前的ZAP docker镜像将工作得很好,您只需要启用Windows和Linux容器之间的切换:https://docs.docker.com/docker-for-windows/#switch-between-windows-and-linux-containers
https://stackoverflow.com/questions/62383467
复制相似问题