Open NfreerCom opened 1 year ago
docker save mingc/android-build-box:latest > android-build-box.tar
kubectl cp image.tar :/tmp/image.tar
kubectl exec -it -- /bin/bash
docker load -i /tmp/image.tar
I wrote an application to copy files. It is just a beta, but is working fine on my environment.
https://github.com/marcio-pessoa/kubectl-cp
docker save mingc/android-build-box:latest > android-build-box.tar
kubectl cp image.tar:/tmp/image.tar
kubectl exec -it -- /bin/bash
docker load -i /tmp/image.tar