Autopull a list of Docker images Grabbing Docker images can be tedious. Especially grabbing multiple images. So now, we are going to see how we can pull a number of Docker images at the same time using the Python library for Docker: pip install docker 2. Then, write a script in a file called docker_pull.py […]