I want to extract the Docker image (from Ubuntu server) into my local system (Linux machine).
I run the following command
docker exec -it containername_or_ID /bin/bash
I am able to view image by using this command, but I am unable to get this image into my local system.