import_all_images.sh 71 B

12
  1. #!/bin/bash
  2. ls /root/dockerimages/*.tar | xargs -I {} docker load -i {}