I start with
docker run rasa/rasa
as tutorials from Youtube suggest.
but when I do
docker ps
it shows empty list of containers. I thought run
command should start container processing.
Why is doesnt start? What am I doing wrong?
Also
docker ps -a
shows me a giant list of exited containers, but I didn't exit them.