You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Below hint solved the issue l but I've never seen this hint in cool-store docs.
To relax the security in your cluster so that images are not forced to run as a pre-allocated UID, without granting everyone access to the privileged SCC:
Grant all authenticated users access to the anyuid SCC:
Hello
I'm trying to setup coolstore-microservice app
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
The text was updated successfully, but these errors were encountered: