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

--privileged option error #54

Open hxeep11 opened 3 years ago

hxeep11 commented 3 years ago

I tried to run tomcat using the systemctl command, but I got a warning stating host down with pid1. As a result of searching and finding out to solve this error, if the --privileged option is given, the systemctl command can be used.

danielguerra69 commented 3 years ago

systemctl can not be used. To start things you need supervisor. The config is /etc/supervisor , read the readme ..

hxeep11 commented 3 years ago

thank you!!! :)

2021년 7월 12일 (월) 오후 5:50, danielguerra69 @.***>님이 작성:

systemctl can not be used. To start things you need supervisor. The config is /etc/supervisor , read the readme ..

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/danielguerra69/ubuntu-xrdp/issues/54#issuecomment-878094353, or unsubscribe https://github.com/notifications/unsubscribe-auth/AT2CRBMXF3JZQLX3ABPQVLTTXKUEDANCNFSM5AGMEGEA .

hxeep11 commented 3 years ago

Hi i want to open tomcat server on xrdp image so i want to ask if it is possible. I asked about systemctl a while ago. I really want to open Tomcat, so can you open the server and make an xrdp image?

danielguerra69 commented 3 years ago

You can build it yourself. Clone this repo and build it according the README ADDITIONAL_PACKAGES . You can add custom packages. To start tomcat with supervisor this will help https://serverfault.com/questions/425132/controlling-tomcat-with-supervisor

danielguerra69 commented 3 years ago

You can run tomcat in a separate container