Exporting the Image
Export the image to a .tar package on the local drive.
1 | docker save -o $PWD/mymysql_centos8-mysql-arm_8.0.19.tar mymysql/centos8-mysql-arm:8.0.19 |
Parent topic: Constructing a MySQL Docker Image
Export the image to a .tar package on the local drive.
1 | docker save -o $PWD/mymysql_centos8-mysql-arm_8.0.19.tar mymysql/centos8-mysql-arm:8.0.19 |