I need to run a npm commands via a dockerized npm as:
$ docker run -it -v /C/Users/sam/Documents/Workspace/project:/workspace lynxsolutions/docker-npm-bower-gulp /bin/bash
The image name is: lynxsolutions/docker-npm-bower-gulp
I will have the prompt:
root@892f74a14e2d:/workspace#
however, if I run ls, it will return nothing, so, why the volume mapping is not working?