SyntaxFix
Write A Post
Hire A Developer
Questions
On Windows (msys) using Docker Toolbox/Machine, I had to add an extra / before /bin/bash to indicate that it was a *nix filepath.
/
/bin/bash
So, docker run --rm -it <image>:latest //bin/bash
docker run --rm -it <image>:latest //bin/bash