Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion labs/lab0/prerequisites.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,4 @@ You are now prepared to start with the workshop labs.

-------------

Navigate to ([Lab1](../lab1/readme.md) | [Main Menu](../readme.md))
Navigate to ([Lab1](../lab1/readme.md) | [LabGuide](../readme.md))
2 changes: 1 addition & 1 deletion labs/lab0/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,4 +104,4 @@ That wraps the pre-requisites.

-------------

Navigate to ([Lab1](../lab1/readme.md) | [Main Menu](../readme.md))
Navigate to ([Lab1](../lab1/readme.md) | [LabGuide](../readme.md))
4 changes: 2 additions & 2 deletions labs/lab3/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -288,10 +288,10 @@ If you would like to just run a few containers without Docker Compose, here are
curl https://docker-registry.nginx.com/v2/nginx/agent/tags/list | jq
```

1. Find all the currently available `NGINX Plus` containers with Agent installed. Curl the `NGINX Private Registry` ( **NOTE:** you will need your `nginx-repo Certificate and Key` files to run this command):
1. Find all the currently available `NGINX Plus` containers with Agent installed. Curl the `NGINX Private Registry` ( **NOTE:** you will use the your `nginx-repo.jwt` license file to run this command):

```bash
curl https://private-registry.nginx.com/v2/nginx-plus/agent/tags/list --key nginx-repo.key --cert nginx-repo.crt | jq
curl https://private-registry.nginx.com/v2/nginx-plus/agent/tags/list -u $JWT:none | jq
```

<br/>
Expand Down
11 changes: 3 additions & 8 deletions labs/lab5/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,11 +154,6 @@ For this lab you will run 4 Docker containers. The first one will be used as an
docker exec -it $NAME-web3 curl -s http://localhost |grep $NAME-web3
```

```bash
curl -s http://localhost |grep Hostname

```

```bash
## Sample outputs ##

Expand Down Expand Up @@ -884,7 +879,7 @@ Different backend applications may benefit from using different load balancing t

```bash
##Sample output##
Running 1m test @ http://s.jobs-nginx-plus/coffee
Running 1m test @ http://nginx-plus/coffee
4 threads and 200 connections
Thread Stats Avg Stdev Max +/- Stdev
Latency 170.33ms 130.60ms 1.38s 60.66%
Expand Down Expand Up @@ -934,7 +929,7 @@ Different backend applications may benefit from using different load balancing t

```bash
##Sample output##
Running 1m test @ http://s.jobs-nginx-plus/coffee
Running 1m test @ http://nginx-plus/coffee
4 threads and 200 connections
Thread Stats Avg Stdev Max +/- Stdev
Latency 41.68ms 29.71ms 434.89ms 91.38%
Expand Down Expand Up @@ -1090,7 +1085,7 @@ Different backend applications may benefit from using different load balancing t

```bash
##Sample output##
Running 1m test @ http://s.jobs-nginx-plus/coffee
Running 1m test @ http://nginx-plus/coffee
4 threads and 200 connections
Thread Stats Avg Stdev Max +/- Stdev
Latency 32.27ms 25.45ms 482.19ms 83.75%
Expand Down