我尝试使用以下命令设置 eclipse che,如https://eclipse.org/che/docs/setup/docker/中所述:
docker run -p 8080:8080 \
--name che \
--rm \
-v /var/run/docker.sock:/var/run/docker.sock \
-v /myimage \
eclipse/che-server:5.0.0-latest
che 运行成功,但在创建工作区期间出现以下错误消息:
Caused by: org.eclipse.che.api.core.ServerException: Error response from docker API, status: 500, message: create <no va
lue>/lib/linux_amd64/terminal: "<no value>/lib/linux_amd64/terminal" 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
我在 debian 和 windows 实例上都遇到过这种情况。我对码头工人很陌生。可能是什么原因?