This is a workaround to transfer docker image from personal laptop with direct internet access to work laptop behind a proxy server.
On personal laptop
$ docker save image > image.tar
On my work laptop
$ docker load < image.tar
This is a workaround to transfer docker image from personal laptop with direct internet access to work laptop behind a proxy server.
On personal laptop
$ docker save image > image.tar
On my work laptop
$ docker load < image.tar