Skip to content

Commit

Permalink
Remove https for app URI
Browse files Browse the repository at this point in the history
  • Loading branch information
aroach committed Aug 26, 2016
1 parent f771cef commit e970bb0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions labs/mantl-app/3.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Head to the Marathon UI (https://mantlsandbox.cisco.com/marathon) and you'll see

# Inspect the result

To view the output of the application, head to `https://<app_name>.app.mantldevnetsandbox.com`, where `<app_name>` is the name you set in the Postman global environment variable.
To view the output of the application, head to `http://<app_name>.app.mantldevnetsandbox.com`, where `<app_name>` is the name you set in the Postman global environment variable.

Load that page in your web browser, and see that it's operational. The page should say "w00t! it works!".

Expand All @@ -110,7 +110,7 @@ Open Postman, and click on the "Scale UP Docker app on Marathon". Note that the

Navigate to the Marathon UI (https://mantlsandbox.cisco.com/marathon) and you'll see that the Marathon is scaling the container.

Head to `https://<app_name>.app.mantldevnetsandbox.com` and see that the app is still there!
Head to `http://<app_name>.app.mantldevnetsandbox.com` and see that the app is still there!

# Scaling the container down
After scaling the container up, you can now scale it down.
Expand All @@ -119,7 +119,7 @@ Open Postman, and click on the "Scale DOWN Docker app on Marathon". Note that t

Head to the Marathon UI (https://mantlsandbox.cisco.com/marathon) and you'll see that the Marathon is scaling the container down.

Navigate to `https://<app_name>.app.mantldevnetsandbox.com` and see that the app is still there!
Navigate to `http://<app_name>.app.mantldevnetsandbox.com` and see that the app is still there!

# Cleanup

Expand Down

0 comments on commit e970bb0

Please sign in to comment.