You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
selenium/standalone-chrome fails on restart command with the following error:
xvfb-run: error: Xvfb failed to start
docker run -d -p 6666:4444 --name Chrome -P selenium/standalone-chrome
docker ps -a results
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
0ff7f108a98f selenium/standalone-chrome "/opt/bin/entry_point" 3 seconds ago Up 2 seconds 0.0.0.0:6666->4444/tcp Chrome
3.. docker restart Chrome
Error Message in log:
xvfb-run: error: Xvfb failed to start
docker ps -a results
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
0ff7f108a98f selenium/standalone-chrome "/opt/bin/entry_point" 37 seconds ago Exited (1) 1 seconds ago Chrome
The restart command works fine for selenium/standalone-chrome-debug.
The text was updated successfully, but these errors were encountered:
selenium/standalone-chrome fails on restart command with the following error:
xvfb-run: error: Xvfb failed to start
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
0ff7f108a98f selenium/standalone-chrome "/opt/bin/entry_point" 3 seconds ago Up 2 seconds 0.0.0.0:6666->4444/tcp Chrome
3.. docker restart Chrome
Error Message in log:
xvfb-run: error: Xvfb failed to start
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
0ff7f108a98f selenium/standalone-chrome "/opt/bin/entry_point" 37 seconds ago Exited (1) 1 seconds ago Chrome
The restart command works fine for selenium/standalone-chrome-debug.
The text was updated successfully, but these errors were encountered: