mirror of
https://github.com/edu4rdshl/fly-to-podman.git
synced 2026-07-17 23:24:50 +00:00
Merge e4dff522fb into 801a2a97a6
This commit is contained in:
commit
80373f2a64
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ migrate_images() {
|
|||
fi
|
||||
|
||||
# Replace slashes in repository names with underscores for filenames
|
||||
filename=$(echo "$image" | tr '/' '_').tar
|
||||
filename=$(echo "$image" | tr '/:' '_').tar
|
||||
|
||||
echo "Exporting $image..."
|
||||
docker save -o "$filename" "$image" &&
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue