You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently there is already a Dockerfilehere 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
The text was updated successfully, but these errors were encountered:
Currently there is already a
Dockerfile
here which is also published hereThe 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
The text was updated successfully, but these errors were encountered: