docker stop lastContainerName
It works fine. I want to stop it using docker ps -l
command
docker stop | docker ps -l
I tried this. Unfortunately docker stop --help
getting executed.
Am i missing something? How to achieve this? Any Suggestions.