# Mac OS

\
Mac cihazınızda Docker'ı yeniden başlatmak için:

İlk olarak, Terminal'i açın. Terminal'i Uygulamalar klasöründen açabilir veya Spotlight Araması kullanabilirsiniz (Command + Space tuşlarına basın ve "Terminal" yazın).

Ardından aşağıdaki betiği girin:

```
# Stop all running containers
docker stop $(docker ps -aq)

# Remove all containers
docker rm $(docker ps -aq)

# Remove all images
docker rmi $(docker images -aq)

# Run the worker command
# [ USE YOUR ACTUAL WORKER COMMAND ]
```

Eğer işçi komutunuzu nereden bulacağınızı bilmiyorsanız, lütfen[ buradan](/worker-sorun-giderme-klavuzu/docker-re-run-nasil-yapilir/windows.md) kontrol edin.&#x20;

<br>


---

# 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://kemals-personal-organization.gitbook.io/worker-sorun-giderme-klavuzu/docker-re-run-nasil-yapilir/mac-os.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.
