筆記筆記
先查看目前 docker images
指令 目的端 REPOSITORY:TAG docker save -o d:\temp\samplecore.tar samplecore:latest
指令 來源端 docker load -i d:\temp\samplecore.tar