Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

423
Views
Docker, How can I locate the image files after pulling

After pulling image, for example ubuntu, how can I locate the image file on local disk.

$ docker pull ubuntu

Will the image work if I copy the image file to another machine?

OS: macOS

over 4 years ago · Santiago Trujillo
1 answers
Answer question

0

If your Aim is to copy any image from one machine to other.

execute the following in the machine where the images are present

docker save -o <save image to path> <image name>

Then copy your image files to the other machine using any regular file transfer tools such as cp or scp. Then execute the following command there

docker load -i <path to image tar file>
over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!