Backup your Team Services Git Repositories with VSTS Vault and docker
134
Backup your Team Services Git Repositories with VSTS Vault: A simple console application designed to keep a local copy of all your code.
To use VSTS Vault using a container run:
docker run -it --env "VaultConfiguration:Account=[your VSTS account name]" --env "VaultConfiguration:Password=[Your VSTS account access token]" -v c:/temp:/app/backup cmendibl3/vstsvault
Check the repo here
Content type
Image
Digest
Size
120.4 MB
Last updated
over 8 years ago
docker pull cmendibl3/vstsvault:1.0.0