Error invoking remote method 'compose-action' docker macos
Find the container id using
docker ps command in terminal
- docker ps -a (will show all containers),
- docker ps -l (the last created container).
docker rm <container-id> (will remove container)