How can I share a folder between my Windows files and a docker container, by mounting a volume with simple --volume command using Docker Toolbox on?
I\'
$ cd ~ to make sure you are in Windows user directory.$ docker run -it -v /$(pwd)/ubuntu:/windows ubuntuIt will work if the error is due to typo. You will get an empty folder named ubuntu in your user directory. You will see this folder with the name windows in your ubuntu container.