Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build and publish docker image with persistent local data #486

Open
vesellov opened this issue Mar 31, 2020 · 3 comments
Open

build and publish docker image with persistent local data #486

vesellov opened this issue Mar 31, 2020 · 3 comments

Comments

@vesellov
Copy link
Contributor

vesellov commented Mar 31, 2020

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

@vesellov vesellov changed the title implement chat templates build and publish docker image with persistent local data Dec 2, 2022
@ranspoet
Copy link

ranspoet commented Nov 6, 2023

hey, can i work on this?

@vesellov
Copy link
Contributor Author

vesellov commented Nov 6, 2023

Hello @ranspoet

Nice to meet you.

Yes, please!

@ranspoet
Copy link

ranspoet commented Nov 7, 2023

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants