无法运行JHipster泊坞窗

我试图运行https://hub.docker.com/r/jhipster/jhipster/作为与OpenShift,与CentOS主机的Jenkins构build的一部分,但获取以下错误:

Failed to start container with docker id 38194274e387 with error: Error response from daemon: {"message":"invalid header field value \"oci runtime error: container_linux.go:247: starting container process caused \\\"chdir to cwd (\\\\\\\"/home/jenkins/workspace/copy-of-sw\\\\\\\") set in config.json failed: no such file or directory\\\"\\n\""} 

dockerfile内容可以在https://hub.docker.com/r/jhipster/jhipster/~/dockerfile/上查看

有谁知道如何解决这个问题?

对于Jenkins构build,您希望使用CI映像jhipster/jhipster-ci-stack https://hub.docker.com/r/jhipster/jhipster-ci-stack/

Docker image jhipster/jhipster用于使用发生器进行开发,除非您正在更改生成器并且要testing它,否则它将无法在Jenkinspipe道中正常工作。 如何使用该映像可以在https://jhipster.github.io/installation/的“Docker安装(仅针对高级用户)”中find