# Обновление ноды для Докера

## 1. Удаление

Остановка и удаление контейнера:

```
sudo docker rm -f mina
```

## 2. Настройка

Удаление всех остановленных контейнеров и неиспользуемых образов:

```
sudo docker system prune -a
```

Скачиваем новое обновление:&#x20;

```
sudo docker pull minaprotocol/mina-daemon:1.3.1.1-f361ba1-bionic-mainnet
```

## 3. Запуск

Все готово к запуску. \
Теперь выберите нужный пункт для запуска из раздела №2 по ссылке ниже:

{% content-ref url="/pages/-MGvuPgYF-PjUwG5JIqv" %}
[Запуск Mina с Докером](/russian/varianty-zapuska-nody/zapusk-coda-s-docker.md)
{% endcontent-ref %}

## 4. Дополнительно (не обязательно)

Если вам нужно очистить папку с конфигом запустите команду ниже:

```
rm -rf $HOME/.mina-config
```


---

# 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://minanode.staketab.com/russian/obnovlenie-dlya-dokera.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.
