LoginSignup
7
5

More than 5 years have passed since last update.

Dockerのselenium/standalone-chrome-debugコンテナにVNC接続する

Last updated at Posted at 2018-06-22

selenium/standalone-chrome-debugコンテナを起動

docker pull selenium/standalone-chrome-debug
docker run -d -p 4444:4444 -p 5900:5900 --shm-size=2g --name sscd selenium/standalone-chrome-debug

VNCで参照

  • localhost:5900からDockerコンテナのVNCサーバに接続できる
    • passwordは「secret」
    • Macの場合は、Finder→移動→サーバへ接続→サーバアドレス[vnc://localhost:5900]で接続できる
      • ターミナルからopen vnc://localhost:5900でも同様
    • Windowsの場合はRealVNC等を利用して同様に参照する

参考URL

7
5
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
7
5