执行命令: apt-get install iputils-ping
Leave a Comment作者: kernel
高级 CURD 攻城狮!
直接使用: host.docker.internal
Leave a CommentDockfile FROM php:7.2.13-fpm RUN sed -i “s@http://deb.debian.org@http://mirrors.aliyun.com@g” /etc/apt/sources.list && \ rm -Rf /var/lib/apt/lists/* && \ apt-get update && \ apt-get install -y vim wget curl telnet git zlib1g-d…
Leave a Comment