0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Chrome Remote Desktop をLinux(Docker)で使うときの注意

Posted at
  • 普通ははまらないがDocker内でX11を動かすとCRDの設定ではまる。
  • 原因はrootユーザーしかないこと。

手順

  1. dockerコンテナにbashで入る。
    • この時はrootのはず。
  2. リモートアクセス用のユーザーを作る。
    • adduser remoteuser
    • usermod -aG sudo remoteuser
  3. su - remoteuser
  4. DISPLAY= /opt/google/chrom... を実行。エラーが出るがきにしなくてよさげ。
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?