Portainer重置密码

  1. # 运行重置命令
  2. docker run --rm -v portainer_data:/data portainer/helper-reset-password
  3. # 结果
  4. 2020/06/04 00:13:58 Password successfully updated for user: admin
  5. 2020/06/04 00:13:58 Use the following password to login: &_4#\3^5V8vLTd)E"NWiJBs26G*9HPl1
  6. # 重新运行portainer,密码 为👆重置的 &_4#\3^5V8vLTd)E"NWiJBs26G*9HPl1
  7. docker start "id-portainer-container"