Docker developer image have limitations on backup commands?

Hello,
I am using the developer edition from here and when I attempt to run a simple command like:
BACKUP DATABASE POLN TO "/opt/memsql-backups" I get an error that states:
ERROR 1727 ER_COMMUNITY_EDITION: Feature 'distributed backup' is only available in SingleStore Enterprise Edition. Please see https://docs.memsql.com/docs/enterprise-edition or contact technical support. Is there no way to backup developer images? Any help or pointers would be greatly appreciated.

I understand you’re using the singlestore dev image in Docker.

Consider making a writeable directory inside the same container and backing up to that (if that is not what you already did). Or, consider backing up to S3/Azure Blob Store/GCS with the relevant options for that, as described in the SingleStore documentation.

If you don’t mind, @umar, could you tell us what SingleStore version you are running?