Collabora docker remove

Hello, I tried to install Collabora on my debian server. As instruction were not very specific, instalation failed (surprise). I would like to remove colabora instalation or docker or whatever and try it again. Is is posible?

Hey Thomas, you can do a docker ps -a to see all docker containers.
It should look like that:

CONTAINER ID        IMAGE                           COMMAND                  CREATED             STATUS              PORTS                    NAMES
77abf31f8f82        collabora/code                  "/bin/sh -c 'bash sta"   3 days ago          Up 3 days           0.0.0.0:8888->9980/tcp   collabora_collabora_1

Then you can remove the specific container with docker rm 77abf31f8f82