danielguerra69 / ubuntu-xrdp

Docker fully implemented Multi User xrdp with xorgxrdp and pulseaudio on Ubuntu 16.04/18.04
MIT License
251 stars 141 forks source link

Home folder missing when create container from Image saved with commit #42

Closed keshavmass0 closed 3 years ago

keshavmass0 commented 3 years ago

Hi Daniel Thanks for creating this image. I created a container from this image and it seems to work fine. Then I created a new image out of it by Docker commit. Now when create container from last saved Image /home/ubuntu/ folder is missing due to which We are unable to SSH/RDP. If you could check this out would be of great help.

danielguerra69 commented 3 years ago

I can not see what you have done, so check youre own work. What is your issue with my work ?

keshavmass0 commented 3 years ago

Daniel you have done a great job. I am just asking your help in below issue. When we normally do below steps with Ubuntu:xx.xx images, issue did not seems to appear.

danielguerra69 commented 3 years ago

Check your entrypoint, I use docker-entrypoint.sh. In this script the users are created with create-users.sh. This script uses /etc/users.list (see Readme: Creation of Users)