一样遇到这个问题,更换镜像源为阿里云不行
RUN sed -i s@/deb.debian.org/@/mirrors.aliyun.com/@g /etc/apt/sources.list
RUN sed -i s@/security.debian.org/@/mirrors.aliyun.com/@g /etc/apt/sources.list
然后docker exec -it nginx:1.14里面运行apt-get update不行,用curl发现找不到这个命令,去掉
run apt update -y 和 run apt install curl -y 就会一直unhealthy状态