2
我用GitLab CI亞軍如何使用卷或坐騎服務容器,它使用命令:GitLab CI亞軍,
docker run -d --name postgres postgres:9.4
我想要做這樣的事情:
docker run -d --name postgres --volumes-from postgres_datastore postgres:9.4
但GitLab CI Runner不支持任何選項(-v or --volumes-from)
。
有沒有其他辦法?
你的例子會在一般的runner-container容器中裝入路徑(不是帶有postgres-service的容器)。 – Eric
正確,你的問題有點誤導。我更新了標題和答案,現在希望更清楚。 –