Skip to content

xludx/docker-particl

Repository files navigation

ludx/particl

Codefresh build status

A Particl docker image.

Usage

  • Docker installed and running
  • Server with at least 1GB memory

Quickstart

To start Particl instance running the latest version:

# create Particl data folder
$ mkdir /home/user/.particl

$ docker run -d --restart=always \
    -p 51738:51738 \
    -v /home/user/.particl:/root/.particl \
    --name particld ludx/particl

Configuration

TODO

Building

make build

Debugging

View logs

docker logs particld

Attach bash into running container to debug running particld

docker exec -it particld bash -l
kontena container exec kontena-agent1/particl-stack.particld-1 bash -l

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published