To use Fargate or Lambda with Docker, you need to create docker image. I won’t go deep into all possible options, but you will be able to create images suitable for most data and ML workloads. 1️⃣ Choose base image to start from it using FROM. It can be an image from Docker Hub, AWS ECR or any other public container registry.
Share this post
🐾Create Docker image in 5 simple steps🐾
Share this post
To use Fargate or Lambda with Docker, you need to create docker image. I won’t go deep into all possible options, but you will be able to create images suitable for most data and ML workloads. 1️⃣ Choose base image to start from it using FROM. It can be an image from Docker Hub, AWS ECR or any other public container registry.