SSH login-able and X11 forward-able Ubuntu Docker container. This will be base image of development environment.
- Start X Server on your client computer.
- Start container on the server by
docker-compose up -d
. - Then run
ssh -Yp 8022 root@example.com
to login to the container. - You can try
xcalc &
for check X11 working well.