From: msimonin Date: Mon, 4 Apr 2022 08:26:27 +0000 (+0200) Subject: doc/tuto: docker, show how to fix the permissions X-Git-Tag: v3.32~321^2~1 X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/e4152f3a06b478c6c17c7f14673b8c0af74f5140 doc/tuto: docker, show how to fix the permissions --- diff --git a/docs/source/Tutorial_Algorithms.rst b/docs/source/Tutorial_Algorithms.rst index e2bb116a44..8adaa60fd0 100644 --- a/docs/source/Tutorial_Algorithms.rst +++ b/docs/source/Tutorial_Algorithms.rst @@ -408,7 +408,9 @@ recompile it when you first log in: .. code-block:: console - $ # first connect to the running container + $ # Make sure the simgrid-tutorial directory can be read and written by the non-root user + $ sudo chown $UID:$GID ~/simgrid-tutorial + $ # Connect to the running container if needed $ docker exec --user $UID:$GID -ti simgrid bash $container) cp -r /source/simgrid-template-s4u.git/* /source/tutorial $container) cd /source/tutorial