Docker (software): Difference between revisions

no edit summary
No edit summary
Line 43: Line 43:
docker container ls
docker container ls
</syntaxhighlight>
</syntaxhighlight>
===Windows===
Notes on using docker with windows
====Git bash paths====
[https://github.com/docker/toolbox/issues/673 Reference]<br>
When mounting paths using git bash, you need to prepend a <code>/</code> to <code>$(pwd)</code><br>