> For the complete documentation index, see [llms.txt](https://docs.kardiachain.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kardiachain.io/docs/archived-docs/deployment/public-testnet.md).

# Public testnet

### Prerequisites

* Install Docker following the installation guide for Linux OS
  * [CentOS](https://docs.docker.com/install/linux/docker-ce/centos)&#x20;
  * [Ubuntu](https://docs.docker.com/install/linux/docker-ce/ubuntu)
* Install docker [compose](https://docs.docker.com/compose/install)

### Join Public testnet

```
docker-compose build
docker-compose up -d
```

### Container Running

```
docker-compose ps
```

### Logging

```
docker logs -f --tail 10 testnet-node
```

�
