@@ -88,28 +88,48 @@ CONTAINER ID IMAGE COMMAND CREATED
83a07b12b36c taskwebserver:1.0 "/bin/sh -c 'java $W…" 18 seconds ago Up 17 seconds 0.0.0.0:8000->8000/tcp webserversocket
```
## Running the tasks
To check whether the web servers can handle more than one request in parallel, you can open different terminal (or console) and run the command examples below.
## Tasks
Replace `http://localhost:8000/` to `http://localhost:8001/` to run the same task but in a different web server.