Skip to content

Commit

Permalink
back quote
Browse files Browse the repository at this point in the history
  • Loading branch information
herveleclerc committed Oct 17, 2024
1 parent 82237c8 commit bf4f680
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions labs/liascript/labs-docker-fundamentals.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,10 +174,8 @@ docker container stop <container ID of running container>

>Notice it takes a long time (about 10 seconds) to return. When a container is stopped, there
>is a two step process:
>>- A SIGTERM is sent to the PID 1 process in the container, asking but not forcing it to stop
>>- After 10 seconds, a SIGKILL is sent to the PID 1 process, forcing it to return and the container to enter its EXITED state.
>>- A `SIGTERM` is sent to the `PID 1` process in the container, asking but not forcing it to stop
>>- After 10 seconds, a `SIGKILL` is sent to the `PID 1` process, forcing it to return and the container to enter its `EXITED` state.
<p style="color: purple"><b>
Step 5</b></p>
Expand Down

0 comments on commit bf4f680

Please sign in to comment.