Posted On: Mar 15, 2021
Below is one line command to stop all containers in docker.
docker stop $(docker ps -a -q)
Never Miss an Articles from us.
Firstly, Docker is a type of tool that is used to make the application, deploy and run in an easier way...
The following are the main differences between the Docker and the Virtual machine:..
A docker container is a basic unit of software that packs up all the code to run the application in an easier and more reliable way..