You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: labs/lab5/readme.md
+3-18Lines changed: 3 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1216,26 +1216,11 @@ With NGINX, there are several configuration options for this, but in this next l
1216
1216
1217
1217
<br/>
1218
1218
1219
-
If you need to find the `answers` to the lab exercises, you will find the final NGINX configuration files for all the exercises in the `labs/lab5/final` folder. Use them for reference to compare how you completed the labs.
1219
+
## Wrap Up
1220
1220
1221
-
>If you are finished with this lab, you can use Docker Compose to shut down your test environment. Make sure you are in the `lab5` folder:
1221
+
1. If you need to find the `answers` to the lab exercises, you will find the final NGINX configuration files for all the exercises in the `labs/lab5/final` folder. Use them for reference to compare how you completed the labs.
1222
1222
1223
-
```bash
1224
-
cd lab5
1225
-
docker compose down
1226
-
1227
-
```
1228
-
1229
-
```bash
1230
-
##Sample output##
1231
-
Running 5/5
1232
-
Container s.jobs-nginx-plus Removed
1233
-
Container s.jobs-web2 Removed
1234
-
Container s.jobs-web3 Removed
1235
-
Container s.jobs-web1 Removed
1236
-
Network lab5_default Removed
1237
-
1238
-
```
1223
+
1. If you are finished with this lab move to the next lab. Please donot shut down your test environment as you would be using the same environment in lab6.
Copy file name to clipboardExpand all lines: labs/lab6/readme.md
+20-18Lines changed: 20 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -437,37 +437,39 @@ In this section, you will make use of NGINX Plus API to get current statistics r
437
437
438
438
```
439
439
440
+
<br/>
440
441
441
442
## Wrap Up
442
443
443
-
> If you need to find the `answers` to the lab exercises, you will find the final NGINX configuration files forall the exercisesin the `labs/lab6/final` folder. Use them for reference to compare how you completed the labs.
444
-
445
-
> If `wrk` load generation tool is still running, then you can stop it by pressing `Ctrl + C`.
444
+
1. If you need to find the `answers` to the lab exercises, you will find the final NGINX configuration files forall the exercisesin the `labs/lab6/final` folder. Use them for reference to compare how you completed the labs.
446
445
447
-
> If you are finished with this lab, you can use Docker Compose to shut down your test environment.
446
+
1. If `wrk` load generation tool is still running, thenyou can stop it by pressing `Ctrl + C`.
448
447
449
-
(**NOTE:** Make sure you are within `labs/lab5` folder before running the command)
448
+
1. If you are finished with this lab, you can use Docker Compose to shut down your test environment.
450
449
451
-
```bash
452
-
docker compose down
453
-
```
450
+
(**NOTE:** Make sure you are within `labs/lab5` folder before running the command)
454
451
455
-
```bash
456
-
##Sample output##
457
-
Running 5/5
458
-
Container s.jobs-nginx-plus Removed
459
-
Container s.jobs-web2 Removed
460
-
Container s.jobs-web3 Removed
461
-
Container s.jobs-web1 Removed
462
-
Network lab5_default Removed
452
+
```bash
453
+
docker compose down
454
+
```
463
455
464
-
```
456
+
```bash
457
+
##Sample output##
458
+
Running 5/5
459
+
Container s.jobs-nginx-plus Removed
460
+
Container s.jobs-web2 Removed
461
+
Container s.jobs-web3 Removed
462
+
Container s.jobs-web1 Removed
463
+
Network lab5_default Removed
465
464
466
-
Don't forget to stop all of the NGINX containers if you are finished with them, and **Delete them from the NGINX One Console Instance inventory**.
465
+
```
467
466
467
+
1. Don't forget to stop all of the NGINX containers if you are finished with them, and **Delete them from the NGINX One Console Instance inventory**.
0 commit comments