ayufan / pve-backup-server-dockerfiles

Unofficial, and unmaintained build of proxmox-backup-server
348 stars 60 forks source link

Can't use the Shell #12

Closed nath67 closed 2 years ago

nath67 commented 2 years ago

When I tried to use the Shell (to change root@pam password), I got this error : image

This is not a critical problem because we can access the shell by doing a "docker exec -it bash".

Also, if you want to make PAM users permanent, you can do it in the docker-compose : _volumes:

ayufan commented 2 years ago

This is not supported as it does not make sense in docker environment.