From 9bc547e1a331503979867cb175b16732615b62e6 Mon Sep 17 00:00:00 2001 From: Alex Ellis <alexellis2@gmail.com> Date: Mon, 13 Feb 2017 21:48:57 +0000 Subject: [PATCH] Update TestDrive.md --- TestDrive.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/TestDrive.md b/TestDrive.md index e9a8b605..3b743029 100644 --- a/TestDrive.md +++ b/TestDrive.md @@ -40,7 +40,13 @@ Head over to the [Github repo to fork the code](https://github.com/alexellis/faa #### Working with the sample functions -> If you're looking for a UI head over to http://localhost:8080/ for a list of functions deployed on your swarm. +You can access the sample functions via the command line with a HTTP POST request or by using the built-in UI portal. + +**UI portal:** + +The UI portal is accessible on: http://localhost:8080/ - it show a list of functions deployed on your swarm and allows you to test them out. + +* [View screenshot](https://pbs.twimg.com/media/C3hDUkyWEAEgciP.jpg) You can find out which services are deployed like this: -- GitLab