Указал абсолютные пути:
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- "/home/efs_dev/dockerChat/selenoid:/etc/selenoid"
- "/home/efs_dev/dockerChat/selenoid/video:/opt/selenoid/video"
- "/home/efs_dev/dockerChat/selenoid/logs:/opt/selenoid/logs"
command: ["-conf", "/etc/selenoid/browsers.json", "-video-output-dir", "/opt/selenoid/video", "-log-output-dir", "/opt/selenoid/logs", "-container-network", "dockerchat-test-network", "-timeout", "5m"]
но все равно получаю ошибку:
2020/07/28 10:45:29 [-] [INIT] [Loading configuration files...]
2020/07/28 10:45:29 [-] [INIT] [Loaded configuration from /etc/selenoid/browsers.json]
2020/07/28 10:45:29 [-] [INIT] [Video Dir: /opt/selenoid/video]
2020/07/28 10:45:29 [-] [INIT] [Logs Dir: /opt/selenoid/logs]
2020/07/28 10:45:30 [-] [INIT] [Your Docker API version is 1.26]
2020/07/28 10:45:30 [-] [INIT] [Timezone: UTC]
2020/07/28 10:45:30 [-] [INIT] [Listening on :4444]
2020/07/28 10:47:59 [-] [NEW_REQUEST] [unknown] [
172.18.0.4]
2020/07/28 10:47:59 [-] [NEW_REQUEST_ACCEPTED] [unknown] [
172.18.0.4]
2020/07/28 10:47:59 [29] [LOCATING_SERVICE] [chrome] [83.0]
2020/07/28 10:47:59 [29] [USING_DOCKER] [chrome] [83.0]
2020/07/28 10:47:59 [29] [CREATING_CONTAINER] [selenoid/vnc:chrome_83.0]
2020/07/28 10:47:59 [29] [STARTING_CONTAINER] [selenoid/vnc:chrome_83.0] [9057083a454fe25bdfb57cb7fa107052a15caec6fb050337addece23c04d8019]
2020/07/28 10:47:59 [29] [CONTAINER_STARTED] [selenoid/vnc:chrome_83.0] [9057083a454fe25bdfb57cb7fa107052a15caec6fb050337addece23c04d8019] [0.34s]
2020/07/28 10:47:59 [29] [CREATING_VIDEO_CONTAINER] [selenoid/video-recorder:latest-release]
2020/07/28 10:48:00 [29] [REMOVING_CONTAINER] [9057083a454fe25bdfb57cb7fa107052a15caec6fb050337addece23c04d8019]
2020/07/28 10:48:00 [29] [CONTAINER_REMOVED] [9057083a454fe25bdfb57cb7fa107052a15caec6fb050337addece23c04d8019]
2020/07/28 10:48:00 [29] [SERVICE_STARTUP_FAILED] [start video container: create video container: Error response from daemon: create ./selenoid/video: "./selenoid/video" includes invalid characters for a local volume name, only "[a-zA-Z0-9][a-zA-Z0-9_.-]" are allowed. If you intented to pass a host directory, use absolute path]