Skip to content

weiji14/dat-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Dat

Docker build of Dat - the distributed data sharing tool.

Pre-requisites

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

About

Docker build of [Dat](https://github.com/datproject/dat) - the distributed data sharing tool.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published