Run
sh
on the first container that matchesSEARCHSTRING
docker exec -it $(docker container ls | grep SEARCHSTRING | cut -d " " -f 1) sh
Run
sh
on the first container that matchesSEARCHSTRING
docker exec -it $(docker container ls | grep SEARCHSTRING | cut -d " " -f 1) sh