Docker (software): Difference between revisions

No edit summary
Line 44: Line 44:
</syntaxhighlight>
</syntaxhighlight>


===Windows===
==Windows==
Notes on using docker with windows
Notes on using docker with windows
====Git bash paths====
===Git bash paths===
[https://github.com/docker/toolbox/issues/673 Reference]<br>
[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>
When mounting paths using git bash, you need to prepend a <code>/</code> to <code>$(pwd)</code><br>