nerdctl compose fails with warning: "Ignoring: volume: Bind: [CreateHostPath]" #3150
Unanswered
mirzaprangon
asked this question in
Q&A
Replies: 2 comments 2 replies
-
@mirzaprangon |
Beta Was this translation helpful? Give feedback.
0 replies
-
@WayneLeishman No, I did not get this resolved. Currently creating the mount directory manually before running compose if the directory does exist. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello
I am on windows, rancher desktop version 1.6.0.
I have a simple compose file with directory mounts, nothing fancy just a mysql container.
But
nerdctl compose up
fails if I run with containerd engine. The output I get is as followI can run the compose file if I change my container engine to
Dockerd/moby
and usedocker compose up
.If I remove the volume binds I can run the compose file with
nerdctl compose up
.I am on windows. Outut of
rdctl list-settings
What to do to use bind mounts correctly with
nerdctl compose
?Beta Was this translation helpful? Give feedback.
All reactions