jgsoftwares/alpinelinux_xfcerdp
for worktop
edit session on
applications / settings / Session and Startup
-> gnome
-> kde startup services
the connect with user
hoscho
jj78mvpr52k1
for change to root
sudo -i
ssh forwarding is openjdk11 installed
to edit the window properties over ssh edit with
Application/setting/WindowManager --> Default-xhdpi
edit timezone to germany
apk add tzdata
ln -s /usr/share/zoneinfo/Europe/Berlin /etc/localtime¸\
the interface is started with 127.0.0.1/8 by default
to edit the lo interface
--cap-add=NET_ADMIN
ip addr add 127.0.0.1/24 dev lo
ip addr del 127.0.0.1/8 dev lo \
ssh forwarding is enabled
work's with
jgsoftwares/de_developmentx11ssh:latest
for java - development on version 11
ssh -X root@172.17.0.100
root
jj78mvpr52k1
docker run -it -p 0.0.0.0:3389:3389 --ip 172.17.0.253 --network 172.17.0.0 --platform=linux/amd64 -m 4096m --memory-reservation=2048m -m 4096m -v /root/git:/root/git -v /var/run/docker.sock:/var/run/docker.sock -v /etc/resolv.conf:/etc/resolv.conf -v /srv/www/htdocs:/srv/www/htdocs --name development --restart unless-stopped --cap-add=NET_ADMIN --cap-add SYS_ADMIN jgsoftwares/alpinelinux_xfcerdp:edge
docker pull jgsoftwares/alpinelinux_xfcerdp