docker save > nginx.tar nginx:latest
docker save -o nginx.tar nginx:latest
docker load < nginx.tar
docker load -i nginx.tar