cse-labs / docker101

Docker 101 Spark Session

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use stop command instead of kill

joheec opened this issue · comments

commented

Description

  • Use docker stop instead of docker kill so that you let the container shutdown gracefully - docker stop sends SIGTERM vs. SIGKILL. If the container doesn't respond, docker stop will then send SIGKILL

Expected Behavior

  • README needs to use stop container instead of kill container command