From 206f74bb084bb95c7aa4d8f932056c3c1b3634dc Mon Sep 17 00:00:00 2001 From: Thomas Boyer Chammard <49786685+thomas-bc@users.noreply.github.com> Date: Tue, 5 Sep 2023 18:17:13 -0700 Subject: [PATCH] Update Docker command (#2267) --- docs/Tutorials/CrossCompilationSetup/appendix-1.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/Tutorials/CrossCompilationSetup/appendix-1.md b/docs/Tutorials/CrossCompilationSetup/appendix-1.md index 4f4d937a83..fd680aed4d 100644 --- a/docs/Tutorials/CrossCompilationSetup/appendix-1.md +++ b/docs/Tutorials/CrossCompilationSetup/appendix-1.md @@ -33,10 +33,9 @@ To run this container, users may wish to download [this script](https://github.c Alternatively, the user may run the following command to start the terminal ```bash -docker run --platform=linux/amd64 --net host -e USER=$USER -u "`id -u`:`id -g`" -v "/path/to/project:/project" -it \ - docker pull nasafprime/fprime-arm:latest +docker run --platform=linux/amd64 --net host -e USER=$USER -u "`id -u`:`id -g`" -v "/path/to/project:/project" -it nasafprime/fprime-arm:latest ``` > Anytime Macintosh users run cross-compilation commands, they **must** do so in a terminal inside the docker container. -[Return to Macintosh tutorial.](./MacOS.md) \ No newline at end of file +[Return to Macintosh tutorial.](./MacOS.md)