- What is the differenet between docker stop and kill?
Docker stop command stop a running container by sending SIGTERM signal to the root (PID 1) in container.
Docker kill command kills one or more containers.
Subscribe
0 Comments
Oldest