Assignment for docker day 1
Limited Time Offer!
For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly.
Master DevOps, SRE, DevSecOps Skills!
Q.What is the differenece between docker stop and docker kill?
docker stop attempts to trigger a graceful shutdown by sending the signal SIGTERM, whereas kill just kills the process by default