# 下载帮助镜像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图形化管理软件,对于开源软件,有相关问题最好方式还是查看官方的帮助文档 ----> 帮助文档地址