Blockquote
ERROR: for operate_zeebe_1 Cannot start service zeebe: b’OCI runtime create failed: container_linux.go:345: starting container process caused “process_linux.go:424: container init caused \“rootfs_linux.go:58: mounting \\\”/d/zpoubelle/xxcamunda/zeebe/operate/zeebe.cfg.toml\\\” to rootfs \\\"/mnt/sda1/var/lib/docker/overlay2/0392980b2b7921719aa63fe8f8f8a61ce6bb4957f1bdc986a4581615f0102a47/merged\\\" at \\\"/mnt/sda1/var/lib/docker/overlay2/0392980b2b7921719aa63fe8f8f8a61ce6bb4957f1bdc986a4581615f0102a47/merged/usr/local/zeebe/conf/zeebe.cfg.toml\\\" caused \\\“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’
ERROR: for operate Cannot start service operate: b’OCI runtime create failed: container_linux.go:345: starting container process caused “process_linux.go:424: container init caused \“rootfs_linux.go:58: mounting \\\”/d/zpoubelle/xxcamunda/zeebe/lib/application.yml\\\” to rootfs \\\"/mnt/sda1/var/lib/docker/overlay2/9377bff69df85f0df0e6b0acb8f4a08589a25d786ca6840f22bf68cef29d622b/merged\\\" at \\\"/mnt/sda1/var/lib/docker/overlay2/9377bff69df85f0df0e6b0acb8f4a08589a25d786ca6840f22bf68cef29d622b/merged/usr/local/operate/config/application.yml\\\" caused \\\“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’
ERROR: for zeebe Cannot start service zeebe: b’OCI runtime create failed: container_linux.go:345: starting container process caused “process_linux.go:424: container init caused \“rootfs_linux.go:58: mounting \\\”/d/zpoubelle/xxcamunda/zeebe/operate/zeebe.cfg.toml\\\” to rootfs \\\"/mnt/sda1/var/lib/docker/overlay2/0392980b2b7921719aa63fe8f8f8a61ce6bb4957f1bdc986a4581615f0102a47/merged\\\" at \\\"/mnt/sda1/var/lib/docker/overlay2/0392980b2b7921719aa63fe8f8f8a61ce6bb4957f1bdc986a4581615f0102a47/merged/usr/local/zeebe/conf/zeebe.cfg.toml\\\" caused \\\“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’
ERROR: Encountered errors while bringing up the project.
Blockquote
After this error i have made an docker-machine rm default then an docker-machine create -d virtualbox --virtualbox-disk-size “45000” default without best result !!
Another bad test
docker system prune --all and docker-compose up not resolve problem !
Where is my mistake ?
Operate is included in “operate” docker compose directory or not ?
regards
Hi @pcouas, to be able to help you with your particular scenario, you will need to give more detailed information. Please see this post for an example.
In your case, the first pieces of information needed are what version of Windows you are running and how you installed Docker.
Can your machine run Docker Desktop? Docker Toolbox is a legacy solution for machines that don’t meet the minimum hardware requirements for Docker Desktop. What hardware are you running this on?
Could you please give the steps that you followed to get to this point? What I’m interesting in seeing right now is how you cloned the zeebe-docker-compose repo, but that may not be the issue. If you give me the steps to reproduce what you did, I’ll have more visibility into the problem. Imagine that you were writing instructions for yourself to do it again…
@jwulf pointed out that you’re using the D drive. You may need to check that you’re sharing the D drive in the Docker Desktop GUI. This is what mine looks like, but I only have C drive. You may need to manually check D drive.
@pcouas your machine should be able to run Docker Desktop, with an i7 and 12GB of RAM. I would switch to that. It may or may not be the solution to this particular issue, but it’s the future. Docker Toolbox is the past.