# How to run a warthog node with docker.

## Basic way

```sh
docker run zzjulien/warthog_node:latest
```

## Modify your node

Exemple you can add this type of arguments to run a node with stratum enabled

```sh
docker run --expose 3456 zzjulien/warthog_node:latest --stratum=0.0.0.0:3456
```
## Run a (RPC) public node

```sh
docker run --expose 3001 zzjulien/warthog_node:latest --enable-public
```

!!!info Info
We advise you not to use the latest image, but rather to choose a stable version (latest release), currently zzjulien/warthog_node:0.4.24
!!!

!!!info Info
Warthog image is whitelisted on [runonFlux](https://runonflux.io/)
!!!
