https://github.com/weiji14/dat-docker
Docker build of [Dat](https://github.com/datproject/dat) - the distributed data sharing tool.
https://github.com/weiji14/dat-docker
dat dat-protocol docker
Last synced: 8 months ago
JSON representation
Docker build of [Dat](https://github.com/datproject/dat) - the distributed data sharing tool.
- Host: GitHub
- URL: https://github.com/weiji14/dat-docker
- Owner: weiji14
- License: bsd-3-clause
- Created: 2017-07-24T05:00:05.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-08T02:15:36.000Z (over 8 years ago)
- Last Synced: 2025-04-03T19:47:22.602Z (11 months ago)
- Topics: dat, dat-protocol, docker
- Size: 3.91 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Dat
Docker build of [Dat](https://github.com/datproject/dat) - the distributed data sharing tool.
## Pre-requisites
- [docker](https://www.docker.com/)
- [git](https://git-scm.com/) (only if building manually)
## Running the image
### Automated (recommended)
TODO
### Manual
git clone https://github.com/weiji14/dat.git
cd dat
docker build -f Dockerfile -t dat .
# On Linux
docker run --rm -it -v $PWD:/home/dat -u `id -u`:`id -g` -P dat
:: On Windows
docker run --rm -it -v %cd%:/home/dat -P dat
## Troubleshooting
Command to drop into the docker container's bash prompt
docker run --rm -it -v $PWD:/home/dat -u `id -u`:`id -g` -P dat bash
#Run dat doctor with debugging enabled
DEBUG=dat* dat doctor