Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

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
Comment

PREVIOUS NEXT
Code Example
Shell :: expand aliases 
Shell :: valgrind usage 
Shell :: postgres run query from command line 
Shell :: creating a github repository from the cli 
Shell :: check all running processes linux 
Shell :: apache2 connection refused ubuntu 
Shell :: powershell convert to json 
Shell :: shell sort algorithm complexity 
Shell :: postinstall docker 
Shell :: install geopandas in jupyter notebook 
Shell :: how to change git password in git bash 
Shell :: dpkg get installed package version 
Shell :: tar exclude multiple directories 
Shell :: git local setup 
Shell :: bash change file extension 
Shell :: how to remove git from ubuntu 21 
Shell :: delete all files in a directory command 
Shell :: github cli 
Shell :: add anaconda to git bash 
Shell :: aws cli on heroku 
Shell :: ssh upload file to server 
Shell :: how to start gnome desktop on fedora terminal 
Shell :: how to delete all pods in kubernetes 
Shell :: echo in red color linux 
Shell :: curl check response headers 
Shell :: git Removing Files Only From the Staging Area 
Shell :: rails add gem to gemfile 
Shell :: bash sum numbers 
Shell :: remove directory from linux 
Shell :: change wallpaper ubuntu 
ADD CONTENT
Topic
Content
Source link
Name
8+6 =