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.
🐾Create Docker image in 5 simple steps🐾
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.