如题,请问通过curl命令调用docker daemon的web api创建容器?
从 About /var/run/docker.sock 一文学到的一招:
curl -X POST --unix-socket /var/run/docker.sock -d '{"Image":"nginx"}' -H 'Content-Type: application/json' http://localhost/containers/create