> For the complete documentation index, see [llms.txt](https://docs.zerowave.my.id/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zerowave.my.id/testnet/deinfra/installation/dockerinstall.md).

# DockerInstall

<div align="center"><img src="https://user-images.githubusercontent.com/56349947/204550860-ecf49956-0283-4989-9b59-2469d7413ca7.svg" alt="" height="100"></div>

## Docker Installation

### Update

```
sudo apt update && sudo apt upgrade -y
```

### Install Prerequisites Tools

```
sudo apt install apt-transport-https ca-certificates curl software-properties-common
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu bionic stable"
sudo apt update && sudo apt install docker-ce docker-ce-cli containerd.io -y
```

### Get Docker Image

```
docker pull thepowerio/tpnode
```

### Run Docker

```
docker run -d -p 44000:44000 --name tptest thepowerio/tpnode
```

#### Continue to step 2 send address to Rover Bot


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://docs.zerowave.my.id/testnet/deinfra/installation/dockerinstall.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.
