The usage syntax for the script is given by the following:
bash download-frozen-image-v2.sh ubuntu ubuntu:latest
The image can then be imported with tar
and docker load
:
tar -cC 'target_dir' . | docker load
The usage syntax for the script is given by the following:
bash download-frozen-image-v2.sh ubuntu ubuntu:latest
The image can then be imported with tar
and docker load
:
tar -cC 'target_dir' . | docker load
mongodump --db=example \
--out=example-dump \
--uri="mongodb://user:[email protected]:27017/?authSource=admin&directConnection=true"
mongodump --db= --out= --uri=""
{ | |
"prettier": { | |
"useTabs": false, | |
"semi": false, | |
"singleQuote": true, | |
"jsxSingleQuote": false, | |
"quoteProps": "as-needed", | |
"bracketSpacing": true, | |
"arrowParens": "avoid", | |
"trailingComma": "all", |