簡體   English   中英

wso2 api 經理 docker 存儲

[英]wso2 api manager docker storage

I have setup WSO2 API Manager docker on my windows laptop and its running fine, but the API's I have deployed are getting deleted after I recreate the container again, how can persist the storage so that APIs persistence.

API Manager 將一些工件存儲在文件系統中。 如果您重新創建容器,您將丟失這些數據。 您可以在運行容器時附加卷掛載,如下所示。

docker run -d -v $PWD/some-direcotry/:/home/wso2carbon/wso2am-3.1.0/repository/deployment/server/ wso2am:3.1.0

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM