Skip to content

Commit dc21b9b

Browse files
committed
chapters/compute: Clarify apache2-simulator task
Specify that students need to run `make run` to start the container and that `strace` needs to be run inside that container. Signed-off-by: Teodor Dutu <[email protected]>
1 parent 7a333a8 commit dc21b9b

File tree

1 file changed

+2
-1
lines changed
  • chapters/compute/processes-threads-apache2/drills/tasks/apache2

1 file changed

+2
-1
lines changed

chapters/compute/processes-threads-apache2/drills/tasks/apache2/README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
Enter the `chapters/compute/processes-threads-apache2/drills/tasks/apache2/support/` folder and go through the practice items below.
44

5-
1. Use `strace` to discover the server document root.
5+
1. Use `make run` to start the container.
6+
Use `strace` inside the container to discover the server document root.
67
The document root is the path in the filesystem from where `httpd` serves all the files requested by the clients.
78

89
First, you will have to stop the running container using `make stop`, then restart it with `make run-privileged`.

0 commit comments

Comments
 (0)