2. Next, you will either have to create an execution role for the Lambda function or give it an existing one. This will be important later. But for now, do the one you prefer. Click Create function to create your new blank canvas. The reason we are using the AWS environment for the microservices to […]
Category: Autopull a list of Docker images
Autopull a list of Docker images – Talking about Python
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 […]