win10安裝了docker
docker 部署了github,命令如下:
docker run -d --hostname gitlab.example.com --publish 8929:443 --publish 8980:80 --publish 8922:22 --name gitlab --restart always -v /srv/gitlab/config:/etc/gitlab -v /srv/gitlab/logs:/var/log/gitlab -v /srv/gitlab/data:/var/opt/gitlab gitlab/gitlab-ce:latest
現在遇到這樣一個問題,docker重啟之后,github 資料丟失,表現就是每次重啟之后我注冊的github用戶都沒了。
請教各位大佬這是什么原因,百度了一下也沒找到。
轉載請註明出處,本文鏈接:https://www.uj5u.com/qita/32392.html
標籤:Docker
上一篇:分布式存盤如何池化 不解
