mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Added kubernetes and docker swarm to main TOC. (#497)
This commit is contained in:
11
docs/operating/databases/boltdb.md
Normal file
11
docs/operating/databases/boltdb.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# IronFunctions using BoltDB
|
||||
|
||||
BoltDB is the default database, you just need to run the API.
|
||||
|
||||
## Persistent
|
||||
|
||||
To keep it persistent, add a volume flag to the command:
|
||||
|
||||
```
|
||||
docker run --rm -it --privileged -v $PWD/bolt.db:/app/bolt.db -p 8080:8080 iron/functions
|
||||
```
|
||||
Reference in New Issue
Block a user