今天在探索 docker api 的时候遇到了一点小问题:执行命令
curl localhost:2375/containers/2c7648d12d30/attach?stream=1&stdout=1
(这个命令是文档照搬的)
提示{"message":"page not found"}
api 版本 v1.39 ubuntu18.04 LTS
curl localhost:2375/containers/2c7648d12d30/attach?stream=1&stdout=1
(这个命令是文档照搬的)
提示{"message":"page not found"}
api 版本 v1.39 ubuntu18.04 LTS
