Rasa NLU set up in the Portainer

Dear community,

I am runnin HA under hassos, which means I have access to docker only through the Portainer. I have downloaded an image from rasa/rasa and now to make it working have to run a command

docker run -it -v “$(pwd):/app” -p 5005:5005 rasa/rasa:latest-spacy-en run --enable-api

but how would I do it in the Portainer I cannot resolve. Can anyine give me hint with that?

Thanks!