Commit 90f95878 authored by chenpangpang's avatar chenpangpang
Browse files

feat: 解决bug

parent 06c201d5
......@@ -10,4 +10,5 @@ image_name=$1
# 使用tr命令将:替换为-
filename=$(echo "$image_name".tar | tr ':' '-')
echo "docker save -o $filename $image_name"
\ No newline at end of file
docker save -o $filename $image_name
echo "The image has been saved as $filename"
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment