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 can't for the life of me figure out how to translate the example of mounting a volume from the macOS host to the docker container to work in docker-compose.yml:
docker run -it -v C:$(pwd):C:$(pwd) microsoft/windowsservercore powershell
I get errors pretty much every way I try it in a docker-compose file that I am running via macOS (docker-compose 1.16). Any ideas?
The text was updated successfully, but these errors were encountered:
I can't for the life of me figure out how to translate the example of mounting a volume from the macOS host to the docker container to work in
docker-compose.yml
:I get errors pretty much every way I try it in a docker-compose file that I am running via macOS (docker-compose 1.16). Any ideas?
The text was updated successfully, but these errors were encountered: