摘要: #!/bin/bash # 简化版Docker镜像迁移脚本 # xx.sh root@127.0.0.1 xxx:latest containername set -e #if [ $# -ne 3 ]; then # echo "用法: $0 <远程主机> <镜像名> <容器名>" # echo 阅读全文
posted @ 2025-11-28 19:46 Hey,Coder! 阅读(2) 评论(0) 推荐(0)