Skip to content
Snippets Groups Projects
Dariusz Janny's avatar
[faas#28] moving secrets to separate env file.
Dariusz Janny authored
48ccb6db
History
Name Last commit Last update
conf
test
.gitignore
Dockerfile
Makefile
README.md

FaaS-DB

structure

_conf/_ - directory with configuration files

test/ - directory with tests files

build image

To build faas-db docker image make build

run image

To run faas-db docker image make run

additional commands

clean                          clean DB docker volume
build                          build container
build-nc                       build container without caching
run                            run container
run-nd                         run container in no-deamon mode
up                             build and run container
logs                           print docker logs
stop                           stop container
version                        print current component version
test                           run all tests
testFaasDB                     run checking docker image tests