Skip to content

bit-matrix/ba-db

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

200 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install

mkdir /root/github/bit-matrix cd /root/github/bit-matrix git clone https://github.com/bit-matrix/ba-db.git cd ba-db git branch --set-upstream-to=origin git pull

mkdir /var/lib/docker/volumes/DataVolumeMulti/_data

Update

cd /root/github/bit-matrix/ba-db git pull docker build -t ba-db . docker run -d -p 4499:4499 -v DataVolumeMulti:/datavolumemulti ba-db

List db files

ls /var/lib/docker/volumes/DataVolumeMulti/_data

build

docker build -t ba-db .

run

docker run -d -p 4499:4499 -v DataVolumeMulti:/datavolumemulti ba-db

run interactive

docker run -it -p 4499:4499 -v DataVolumeMulti:/datavolumemulti ba-db

run interactive, remove when stop

docker run -it --rm -p 4499:4499 -v DataVolumeMulti:/datavolumemulti ba-db

image list

docker image ls

Remove all images at once

docker rmi $(docker images -q)

Container

list active images

docker ps

## Stop all running containers

docker stop $(docker ps -a -q)

## Delete all stopped containers:

docker rm $(docker ps -a -q)

bitmatrix-aggregate-db

DATA_DIR=/ba-db/data-dir/ node dist/app.js

License

MIT Free Software, Hell Yeah!

About

bitmatrix-aggregate file db

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors