From a6d15516ff49cc3887da7e889d447ca1d67c6fb4 Mon Sep 17 00:00:00 2001 From: Roberto Alsina Date: Wed, 3 Jul 2024 16:17:06 -0300 Subject: [PATCH] bit of doc update --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6b69a3a..bf3f836 100644 --- a/README.md +++ b/README.md @@ -101,12 +101,15 @@ Once you have a funko, you can *build* it, which will give you a docker image. Or you can export it and get rid of all the mistery of how your funko **really** works: -```faaso export myfunko``` +```faaso export myfunko/ myfuko-exported``` -Or, once you built it, you can run it, and you will be able to see it using +Or, once you built it, you can run it, and you will be able to see it using `docker ps`: -```faaso up myfunko``` +```faaso scale myfunko 1``` + +Here `scale myfunko 1` simply means "run one instance of myfunko". You can run more +than one, although currently only one is used by the proxy. ### The FaaSO proxy