Files
fn-serverless/docs/database/boltdb.md
2016-07-27 17:51:51 -03:00

253 B

IronFunctions using BoltDB

BoltDB is the default database, you just need to run the API.

Persistent

To keep it persistent you add a volume flag to the command:

docker run --rm -it -v $PWD/bold.db:/app/bolt.db -p 8080:8080 iron/functions