# Update for Docker

## 1. Deleting

Stopping and removing container:

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

## 2. Settings

Removing all stopped containers and unused images:

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

Downloading the new update:

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

## 3. Launch

Everything is ready to launch. \
Now select the required item to start from section #2 by the link below:

{% content-ref url="/pages/-MH7WpktF4yn4v6fnDEI" %}
[Running Mina with Docker](/english/node-launch-options/running-mina-with-docker.md)
{% endcontent-ref %}

## 4. Optional

If you need to clear the config folder, run the command below:

```
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/english/update-for-docker.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.
