C:\selenoid>cm_windows_amd64.exe selenoid start --vnc
> Using Docker
- Your Docker API version is 1.40
> Selenoid is already downloaded
> Selenoid is already configured
> Starting Selenoid...
> Successfully started Selenoid
C:\selenoid>cm_windows_amd64.exe selenoid-ui start
> Using Docker
- Your Docker API version is 1.40
> Selenoid UI is already downloaded
> Starting Selenoid UI...
> Successfully started Selenoid UI
C:\selenoid>docker ps -a
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
d83ccea189f7 aerokube/selenoid-ui:1.10.3 "/selenoid-ui --sele…" 4 seconds ago Up 4 seconds (health: starting)
0.0.0.0:8080->8080/tcp selenoid-ui
d4cc9397da61 aerokube/selenoid:1.10.1 "/usr/bin/selenoid -…" 13 seconds ago Up 13 seconds
0.0.0.0:4444->4444/tcp selenoid
C:\selenoid>docker logs selenoid
2021/03/12 13:15:59 [-] [INIT] [Loading configuration files...]
2021/03/12 13:15:59 [-] [INIT] [Loaded configuration from /etc/selenoid/browsers.json]
2021/03/12 13:15:59 [-] [INIT] [Video Dir: /opt/selenoid/video]
2021/03/12 13:15:59 [-] [INIT] [Logs Dir: /opt/selenoid/logs]
2021/03/12 13:15:59 [-] [INIT] [Using Docker API version: 1.40]
2021/03/12 13:15:59 [-] [INIT] [Timezone: UTC]
2021/03/12 13:15:59 [-] [INIT] [Listening on :4444]
C:\selenoid>docker logs selenoid-ui
2021/03/12 13:16:08 [INIT] [Listening on :8080]