Setup a container with pre-defined details

Hi - I am wanting to build a demo, and I want to deploy the container but how can I configure the container with pre-defined accounts and teams? as well as API key to post into it ? - Whats the best way to have this just spin up and ready for action ?

Hi @nmartins0611 and welcome to the Mattermost forums!

You could run mmctl’s sampledata command after the container has been spun up to preload the server with sample data. Alternatively, if you want to influence on what exactly is being created, you can also use mmctl for that (it can create users + tokens, channels, etc.).