Closed nath67 closed 2 years ago
When I tried to use the Shell (to change root@pam password), I got this error :
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:
... - ./shadow:/etc/shadow_
or use your host users : _volumes:
This is not supported as it does not make sense in docker environment.
When I tried to use the Shell (to change root@pam password), I got this error :
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:
... - ./shadow:/etc/shadow_
or use your host users : _volumes: