Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'dev/s4u_tuto_fixes' into 'master'
[simgrid.git] / docs / source / Tutorial_Algorithms.rst
index e2bb116..8adaa60 100644 (file)
@@ -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