docker run --name chrome -d -e VNC_PASSWORD=admin -p 5900:5900 cqingwang/chrome
50K+
docker run -p 127.0.0.1:5900:5900 siomiz/chrome
Must agree to Google Chrome ToS to use.
... so you can use the full Google Chrome with Flash on iPad (with preliminary sound support)! Much faster than VNC thanks to VP8!
You need a VNC client for the initial setup.
docker run -d --name chrome-profile siomiz/chrome (NO password so DO NOT simply use -p 5900:5900 to expose it to the world!)docker inspect -f '{{ .NetworkSettings.IPAddress }}' chrome-profiledocker stop chrome-profile(Technically the only config file CRD uses is /home/chrome/.config/chrome-remote-desktop/~host.json which includes OAuth token and private key.)
docker run -d --volumes-from chrome-profile siomiz/chrome /crdonly (no port needs to be exposed)
/crdonly command will run chrome-remote-desktop in foreground.
Docker ホスト(ヘッドレス可!)で走らせれば、「艦これ」等 Flash ブラウザゲームを iPad/iPhone/Android 等上の Chrome リモート デスクトップ アプリで一応プレイ可能になります。サウンド付き(遅延があります)。 Chrome は英語版ですが、Web ページ用の日本語フォントは含まれています。詳しくはこちら。
It is recommended to docker pull siomiz/chrome and restart the container once in a while to update chrome & crd inside (they will not get automatically updated). Optionally you can run docker exec <chrome-container> update to upgrade only google-chrome-stable from outside the container (exit Chrome inside CRD after upgrading).
Content type
Image
Digest
Size
424.1 MB
Last updated
almost 8 years ago
docker pull cqingwang/chrome