quiet-boots-16346
03/03/2022, 8:42 AMERROR: for session Cannot create container for service session: b'not a directory'
ERROR: for dashboard Cannot create container for service dashboard: b'not a directory'
ERROR: for search Cannot create container for service search: b'not a directory'
ERROR: for database Cannot create container for service database: b'not a directory'
ERROR: for key_value_store Cannot create container for service key_value_store: b'not a directory'
Any advice here?quiet-boots-16346
03/03/2022, 4:53 PMdocker/sdk testing after boot (usually I use docker/sdk start but this time I had bootstrapped testing env thus the previous command).
Also first time I got the following error:
ERROR: for spryker_ci_session_1 Cannot start service session: OCI runtime create failed: container_linux.go:380: starting container process caused: process_linux.go:545: container init caused: rootfs_linux.go:76: mounting "/run/desktop/mnt/host/wsl/docker-desktop-bind-mounts/Ubuntu-20.04/49ad6784bc0a2d9baedce4478d02543dfbcbf9d377d5f36b1debd0bbf3aaefdd" to rootfs at "/usr/local/etc/redis/redis.conf" caused: mount through procfd: not a directory: unknown: Are you trying to mount a directory onto a file (or vice-versa)? Check if the specified host path exists and is the expected type
To fix (at least in my case) it, just:
• reboot PC (this is essential)
• bootstrap your development yml env
• docker/sdk start