Skip to content

build and publish docker image with persistent local data #486

@vesellov

Description

@vesellov

Currently there is already a Dockerfile here which is also published here

The issue is that data files used and generated by the app are stored only inside the container. So BitDust, running via docker image, does not have persistent storage.

It is also required to use ssh client to get into the running docker image, which is not what usually people do with apps running via Docker.

It would be great to have something like that to run BitDust app via docker:

docker run -d -P --name bitdust_node_1 bitdust/bitdust -v $(pwd):/home/my-user-name/.bitdust

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions