bit of doc update

This commit is contained in:
Roberto Alsina 2024-07-03 16:17:06 -03:00
parent dcd5c615b4
commit a6d15516ff

View File

@ -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
`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