Skip to content

Commit

Permalink
documentation updates
Browse files Browse the repository at this point in the history
  • Loading branch information
deminy committed Apr 29, 2024
1 parent 88da558 commit 982e169
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions examples/24-supervisord-gracefully-shutdown/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Gracefully Stop Swoole Servers In Docker Containers

In this example, we will demonstrate how to gracefully stop Swoole servers in a Docker container. Note that we use
`supervisord` to manage these Swoole servers in Docker containers.
In this example, we will demonstrate how to perform a graceful shutdown of Swoole servers within a Docker container using the `phpswoole/swoole` image. Key points to note include:

* The `supervisord` program is utilized for managing Swoole servers within Docker containers of the `phpswoole/swoole` image.
* Graceful shutdown capabilities are supported starting from Swoole version 5.1.2 and later in the `phpswoole/swoole` Docker image.

## How To Gracefully Stop Supervisord Programs In Docker Container

Expand Down

0 comments on commit 982e169

Please sign in to comment.