Assignment for docker day 1

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