Files
fn-serverless/docs/database/boltdb.md
2016-08-07 14:10:31 -04:00

266 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 --privileged -v $PWD/bolt.db:/app/bolt.db -p 8080:8080 iron/functions