# 下載幫助鏡像portainer/helper-reset-password
docker pull portainer/helper-reset-password # 停止運行的portainer docker stop "id-portainer-container" # 運行重置命令 docker run --rm -v portainer_data:/data portainer/helper-reset-password # 結果 2020/06/04 00:13:58 Password successfully updated for user: admin 2020/06/04 00:13:58 Use the following password to login: &_4#\3^5V8vLTd)E"NWiJBs26G*9HPl1 # 重新運行portainer,密碼 為重置的 &_4#\3^5V8vLTd)E"NWiJBs26G*9HPl1 docker start "id-portainer-container"
Portainer是款很好用的docker圖形化管理軟件,對於開源軟件,有相關問題最好方式還是查看官方的幫助文檔 ----> 幫助文檔地址