removeimage docker


removeimage docker

#/bin/bashdeclare -A REPLACE_MAPREPLACE_MAP['hours']='1'REPLACE_MAP['days']='2'REPLACE_MAP['weeks']='3'REPLACE_MAP['months']='4'REPLACE_MAP['years']='5'if [ $# -eq 0 ]; then echo "인자를 입력해 주세요" echo "ex) hours or days... docker image days 1" exitfiterm="${REPLACE_MAP["$1"]}"if [ -z $term ]; then echo "hours or days or weeks or months or years중에서 입력해주세요" exitfiimageId=''n&#x3D..........



원문링크 : removeimage docker