What happens if 2 processes on the same machine pull the same Docker image in parallel?

4/13/2018

I had 2 docker run commands trying to run the same image on a VM and both of them pulled the layers separately and run successfully.

Can I rely on this behavior all the time? I am curious about this more in regards to the schedulers/orchestrators.

-- user6317694
docker
kubernetes

0 Answers