From 04f6bc9f14c84854dbc94b0d24e9ac143f8e256d Mon Sep 17 00:00:00 2001 From: msimonin Date: Mon, 4 Apr 2022 09:52:12 +0200 Subject: [PATCH] doc/tuto: use root shortcut in docker exec --- docs/source/Tutorial_Algorithms.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/Tutorial_Algorithms.rst b/docs/source/Tutorial_Algorithms.rst index 19d83f76bc..0f7c3797ad 100644 --- a/docs/source/Tutorial_Algorithms.rst +++ b/docs/source/Tutorial_Algorithms.rst @@ -400,7 +400,7 @@ If you need to run a command as root within the container, simply type the follo # CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES # 7e921b1b18a7 simgrid/stable "bash" 7 minutes ago Up 7 minutes simgrid - $ docker exec --user 0:0 -it simgrid bash + $ docker exec --user root -it simgrid bash The code template is available under ``/source/simgrid-template-s4u.git`` in the image. You should copy it to your working directory and -- 2.20.1