Skip to content

Docker image allowing a user to share a volume over DAT

Notifications You must be signed in to change notification settings

moritonal/dat-create-backup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

dat-create-backup

Docker image allowing a user to share a volume over DAT

docker run -it --rm -v {volume}:/backup -p 3282:3282 moritonal/dat-create-backup

  • -it allows you to start and stop it
  • --rm deletes the container after your're finished
  • -v {volume}:/backup maps the target volume to the /backup dir in the container
  • -p 3282:3282 maps the port so DAT can receive communications
  • moritonal/dat-create-backup is the image name

About

Docker image allowing a user to share a volume over DAT

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published