0
是否有人能夠使用WebSphere Liberty REST API部署遠程Docker容器? docs describe all the steps,但我無法重複結果。調用REST部署功能時出現錯誤(詳細信息是posted on the other forum)。使用REST API部署Liberty Docker容器
如果有人能夠做到 - 請讓我知道,如果你分享你能做到這一點,會很棒。
是否有人能夠使用WebSphere Liberty REST API部署遠程Docker容器? docs describe all the steps,但我無法重複結果。調用REST部署功能時出現錯誤(詳細信息是posted on the other forum)。使用REST API部署Liberty Docker容器
如果有人能夠做到 - 請讓我知道,如果你分享你能做到這一點,會很棒。
發佈此問題後不久,我嘗試使用帶有JSON頭部規範的curl命令,現在它可以工作。下面是我使用的捲曲命令:
curl --verbose --insecure -X POST --data @docker_deploy.json --header "Content-Type: application/json" -u ${ADMIN_USER}:${ADMIN_PASSWORD} https://${CONTROLLER_HOST_NAME}:${CONTROLLER_PORT}/ibm/api/collective/v1/deployment/deploy