Q1.Which command can be used to delete all the containers?Ans: docker rm -f $(docker ps -a -q) Q2. Can we use latest as tag for images?No, because then the product looses backward compatibility. In production you may not necessarily have need of late...
sanyogitawange.hashnode.dev1 min readNo responses yet.