> For the complete documentation index, see [llms.txt](https://minanode.staketab.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://minanode.staketab.com/english/update-for-docker.md).

# 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
```
