Skip to content

Commit beffc2b

Browse files
authored
Update using-docker-to-cross-compile.md
fix typo
1 parent a3be2b7 commit beffc2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/using-docker-to-cross-compile.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ This is fine, you can just [download Docker Toolbox instead][docker-toolbox]{: .
105105

106106
Docker Toolbox however handles shared drives differently; there is no whale icon in the system tray. Instead, Docker Toolbox automatically allows sharing of your `C:\Users\myname` folder. Also, the path handling is different, you have to use paths in linux style, so the command below has to be changed:
107107

108-
`docker run --rm --it -v /c/Users/myname/example/:/src -w /src ev3cc`
108+
`docker run --rm -it -v /c/Users/myname/example/:/src -w /src ev3cc`
109109
{% include /style/end-panel.html %}
110110

111111
[docker-toolbox]: https://www.docker.com/products/docker-toolbox

0 commit comments

Comments
 (0)