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
docker.sock mounts perfectly. I can create new docker containers from within a container.
But docker-compose isn't mounted (creates an empty folder in docker, instead of the mounted file).
What can be the reason for the /usr/local/bin/docker-compose not to get mounted?
The only specific wsl setting that can potentially affect this is: /etc/wsl.conf
which is set like this:
[automount]
root = /
options = "metadata"
The text was updated successfully, but these errors were encountered:
This submission could not be reproduced locally. If the problem persists on 1904[23], please open a new ticket following the template, including detailed CLI steps to manifest the problem.
windows 1803
I need to run docker-compose from within docker container. for this purpose I use following mounting:
docker.sock mounts perfectly. I can create new docker containers from within a container.
But docker-compose isn't mounted (creates an empty folder in docker, instead of the mounted file).
What can be the reason for the
/usr/local/bin/docker-compose
not to get mounted?The only specific wsl setting that can potentially affect this is:
/etc/wsl.conf
which is set like this:
The text was updated successfully, but these errors were encountered: