Mentions légales du service

Skip to content
Snippets Groups Projects
Commit f762856e authored by Kevin Pouget's avatar Kevin Pouget
Browse files

fix home dir in help message

parent 78ca1c41
Branches
No related tags found
No related merge requests found
...@@ -20,8 +20,8 @@ then ...@@ -20,8 +20,8 @@ then
echo " Please run docker as follows:" echo " Please run docker as follows:"
cat <<EOF cat <<EOF
HOST_DIR=$HOME/jcf_debug_data # create it first ! HOST_DIR=$HOME/gdb.py_data # create it first !
docker run -it -v \$HOST_DIR:/home/jcf/host -e GROUPID=\$(uid -g) -e USERID=\$(uid -u) --cap-add sys_ptrace kpouget/tuto-gdb.py docker run -it -v \$HOST_DIR:/home/gdb.py/host -e GROUPID=\$(uid -g) -e USERID=\$(uid -u) --cap-add sys_ptrace kpouget/tuto-gdb.py
EOF EOF
exec bash exec bash
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment