Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Docker (vecnode)

Lightweight Alpine Linux container that clones vecnode repository and runs download scripts.

Reproduce

docker build -t vecnode:latest .
docker run --rm -it -v $(pwd)/backup:/root/Desktop vecnode:latest

ls
ls ~/Desktop

Cleanup

docker rm vecnode-backup
docker image rm vecnode:latest