-
Notifications
You must be signed in to change notification settings - Fork 320
Description
Hello
I'm trying to setup coolstore-microservice app
/openshift/scripts/provision-demo.sh deploy msa
I got errors on 3 services
1 - cart service
2 - rating service
3 - review service
All errors are the same pattern
Error: failed to start container "rating": Error response from daemon: OCI runtime create failed: container_linux.go:348: starting container process caused "chdir to cwd ("/home/jboss") set in config.json failed: permission denied": unknown
Note: Except for 3 services (cart, rating, review) all other services are up running.
Any suggestion?
OS
NAME="Red Hat Enterprise Linux Server"
VERSION="7.6 (Maipo)"
ID="rhel"
oc version
oc v3.10.14
kubernetes v1.10.0+b81c8f8
Docker version
Client:
Version: 18.09.0
API version: 1.39
Go version: go1.10.4
Git commit: 4d60db4
Built: Wed Nov 7 00:48:22 2018
OS/Arch: linux/amd64
Experimental: false
Server: Docker Engine - Community
Engine:
Version: 18.09.0
API version: 1.39 (minimum version 1.12)
Go version: go1.10.4
Git commit: 4d60db4
Built: Wed Nov 7 00:19:08 2018
OS/Arch: linux/amd64
Experimental: false
Thanks