Which docker image to use for launching Teams edition of LocalStack on ubuntu?

Hi
I have LocalStack Team license. I need to know the docker image i need to use to launch Localstack Team edition.

Thanks,
Ananda

Hi — Please use the localstack/localstack-pro:latest image. Here is a simple workflow to get you started:

export LOCALSTACK_API_KEY=.....
docker pull localstack/localstack-pro:latest
localstack start -d # Assuming you have the LocalStack CLI installed
awslocal ecr create-repository --repository-name demo# ECR is a Pro/Team service

I hope this helps!

1 Like