docker环境使用ping与curl

docker run --rm alpine ping 172.17.0.10

docker run --rm curlimages/curl -s http://172.17.0.10:8080/health

发表评论