Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 381 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 381 Bytes

docker-ubuntu_x11playground

SSH login-able and X11 forward-able Ubuntu Docker container. This will be base image of development environment.

Usage

  1. Start X Server on your client computer.
  2. Start container on the server by docker-compose up -d.
  3. Then run ssh -Yp 8022 root@example.com to login to the container.
  4. You can try xcalc & for check X11 working well.