Horje
docker get image size before pull acr Code Example
docker get image size before pull acr
#For Microsoft Container Registry
#To enable docker manifest inspect, edit ~/.docker/config.json file and set experimental to enable.

docker manifest inspect -v <registry-domain>/<image-name> | grep size | awk -F ':' '{sum+=$NF} END {print sum}' | numfmt --to=iec-i




Shell

Related
how to change keyboard language in kali linux Code Example how to change keyboard language in kali linux Code Example
Remove noexec flag mounted device Code Example Remove noexec flag mounted device Code Example
check for webhint version Code Example check for webhint version Code Example
If you do not have Xcode installed, download and install it from App Store and run it once to complete its setup Code Example If you do not have Xcode installed, download and install it from App Store and run it once to complete its setup Code Example
grep Code Example grep Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
9