jetngine/pulsejet:master
(or jetngine/pulsejet
)
It is the lightweight Docker image of PulsejetDB.docker run
is a native Docker command used to spin up a container.--name pulsejet_container
defines a name for the container.-p 4000:4000
exposes built-in dashboard.-p 47044-47045:47044-47045
published 47044 and 47045 ports HTTP and GRPC ports respectively.jetngine/pulsejet
is a Docker image provided by PulsejetDB. You can choose a different one from the list above.docker stop pulsejet_container
to stop the container. Note that this may not always be necessary because when turning off the host machine, the container will also be shut down.docker start pulsejet_container
to restart a stopped container with all its previous changes (such as any dependencies that were installed) intact. Note that docker start
restarts a stopped container, while docker run
creates a new container.-d
flag that stands for detach.-v $(pwd)/pulselog:/.database
maps the newly created folder pulselog
on the host machine to the /.database
inside the container./pulsejet/config-container.toml
, as below.