赞
踩
docker save -o myfile.tar nginx:latest
docker load -i myfile.tar
docker build -t test_ch3/dockerfile:latest ch3_dockerfile