Yet another Ubuntu 22.04 GNOME desktop on docker with xrdp and sshd.
docker-compose pull
docker-compose up
docker-compose rm
SSH connection:
RDP connection:
Terminal:
Chrome:
Japanese input (Mozc):
-
Why I cannot run
apt update
inside a fresh ubuntu:22.04?- Docker >= 20.10.9 is required.
-
突然の「Operation not permitted」—Dockerが採用するセキュリティ機構「Seccomp」とは何か?
- libseccomp needs to be updated on docker host.
-
Docker Tips - Full Ubuntu in a Container using XRDP on Windows (2022)
- GNOME example, terminal has some configuration issue.
-
xRDP – How to disable Drive Redirection and Clipboard
- Configure /etc/xrdp/xrdp.ini and set rdpdr=false, cliprdr=false.
-
google-chrome Failed to move to new namespace
- Chrome for Linux requires namespace, cap_add
SYS_ADMIN
can solve the issue.
- Chrome for Linux requires namespace, cap_add
-
Docker上のpuppeteerがPage crashしてしまうときはshmサイズを疑う
- Allocate sufficient shm for Chrome.