# STOPSIGNAL

```
STOPSIGNAL signal
```

**STOPSIGNAL指令**设置一个系统调用信号，该信号将发送给容器，让容器退出。此信号可以是一个有效的并且与内核的**syscall**表中的位置（例如 **9**）相匹配的无符号数字，也可以是**SIGNAME**格式的信号名称（例如 **SIGKILL**）。

##


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://camelgemonion.gitbook.io/docker/dockerfile-zhi-ling/stopsignal.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
