Skip to content

Commit 013f339

Browse files
committed
update path of test-dir
Signed-off-by: Barry Song <[email protected]>
1 parent c5984a2 commit 013f339

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

namespace/step-by-step.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ static int child_main(void *arg)
4444
sleep(1); //wait for 1 second to make certain uid_map and gid_map is written
4545
printf("child\n");
4646
system("mount -t proc none /proc");
47-
mount("/home/baohua/test-dir", "/mnt", "none", MS_BIND, NULL);
47+
mount("/home/baohua/develop/training/namespace/test-dir", "/mnt", "none", MS_BIND, NULL);
4848
sethostname("container",10);
4949
execlp("/bin/bash","bash",NULL,NULL);
5050
return 1;

0 commit comments

Comments
 (0)