Skip to content

Commit

Permalink
bit of doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
ralsina committed Jul 3, 2024
1 parent dcd5c61 commit a6d1551
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a6d1551

Please sign in to comment.