Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 338 Bytes

File metadata and controls

21 lines (14 loc) · 338 Bytes

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