What is the diff between docker stop and docker kill?
The docker stop command issue the SIGTERM signal
The docker kill command sends the SIGKILL signal and will forcefully stops the containers
what is the diff between docker pause and docker unpause
Pause suspends all processes and unpause resumes it.
Oldest comments (0)