Skip to content

Commit 62b2184

Browse files
committed
lab5 and lab6 complete
1 parent 776c111 commit 62b2184

File tree

2 files changed

+23
-36
lines changed

2 files changed

+23
-36
lines changed

labs/lab5/readme.md

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1216,26 +1216,11 @@ With NGINX, there are several configuration options for this, but in this next l
12161216
12171217
<br/>
12181218
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
12201220
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.
12221222
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.
12391224
12401225
**This completes Lab5.**
12411226

labs/lab6/readme.md

Lines changed: 20 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -437,37 +437,39 @@ In this section, you will make use of NGINX Plus API to get current statistics r
437437
438438
```
439439

440+
<br/>
440441

441442
## Wrap Up
442443

443-
> 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/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 for all the exercises in the `labs/lab6/final` folder. Use them for reference to compare how you completed the labs.
446445

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, then you can stop it by pressing `Ctrl + C`.
448447

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.
450449

451-
```bash
452-
docker compose down
453-
```
450+
(**NOTE:** Make sure you are within `labs/lab5` folder before running the command)
454451

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+
```
463455

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
465464
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+
```
467466

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**.
468468
469469
**This completes Lab6.**
470470
471+
<br/>
472+
471473
## References
472474
473475
- [NGINX Plus](https://docs.nginx.com/nginx/)

0 commit comments

Comments
 (0)