Hi guys! I’m using localstack on both the docker desktop and my VM with Ubuntu Server. One thing I noticed was that when I’m using it on localhost on the desktop, the localstack version is community, but when I’m using localstack on my Ubuntu server, the localstack version is pro. Is this a bug or is it normal? I’m using the same image for both, in this case the one I downloaded with the following command:
Update:
I saw that, for some reason I don’t know, the localstack pro image was automatically installed on Ubuntu Server. Is there any problem with me using this image in this situation or can I just use the version that is from docker desktop?
The LocalStack CLI is designed to download and execute the LocalStack Docker image even if it cannot locate the Auth token in your environment. Should the token be present, it will retrieve and execute the LocalStack Pro image; if not, it will revert to using the community version.
You can get a better understanding of how to use LocalStack by looking at the Getting Started | Docs.