Project

General

Profile

Bug #3472

Updated by Peter Amstutz over 9 years ago

<pre> 
 $ arv keep docker --no-pull arvados/jobs 
 arv-put: No --project-uuid or --name specified.    This data will be cached 
 in Keep.    You will need to find this upload by its locator(s) later. 
 $ arv keep docker --project-uuid=qr1hi-j7d0g-u7zg1qdaowykd8d --no-pull arvados/jobs 
 usage: arv-keepdocker [-h] [-f] [--pull | --no-pull] 
                       [--progress | --no-progress | --batch-progress] 
                       [--resume | --no-resume] 
                       image [tag] 
 </pre>

Back