给本地打镜像打tag
docker tag : /:
docker push /:
示例如下:
docker tag lanxing/php74-swoole:4.8.11 893687090/php74-swoole:4.8.11
docker tag lanxing/php82-swoole:5.1.1 893687090/php82-swoole:5.1.1
docker push 893687090/php74-swoole:4.8.11
docker push 893687090/php82-swoole:5.1.1