gpt4 book ai didi

curl - 卷未与 docker 远程 API 绑定(bind)

转载 作者:行者123 更新时间:2023-12-02 18:43:31 24 4
gpt4 key购买 nike

我正在尝试使用 docker 远程 API 来绑定(bind)卷。我按照指示here但它仍然无法正常工作。

我的测试正在运行这两个 curl 命令

    curl -X POST -H "Content-Type: application/json" http://localhost:4243/containers/create    
-d '{
"Image" : "ubuntu",
"Cmd" : [ "ls", "-la"],
"Volumes": { "/mnt": {} },
"WorkingDir" : "/mnt",
"NetworkDisabled" : false
}'

curl -XPOST http://localhost:4243/containers/<whateverID>/start -d '{
"Binds": [ "/tmp/:/mnt:ro" ]
}'

api 的文档很糟糕。如果有人甚至可以向我指出客户端代码中令人愉悦的行,那将是可以工作的。有没有其他人甚至得到这个工作或者这是一个已知的问题?

最佳答案

您忘记在开始请求中将内容类型设置为 application/json

一旦你这样做,它应该工作。

关于curl - 卷未与 docker 远程 API 绑定(bind),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24073722/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com