Skip to content
This repository was archived by the owner on Jul 9, 2020. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions pages/iri/usage/install-iri-docker.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,11 @@ Start the IRI node.

### Using the Prebuilt Docker Container from Dockerhub

<TerminalInput>{`docker run -d -p 14265:14265 -p 14600:14600 -p 14600:14600/udp -v /path/to/data:/iri/data --name iri iotaledger/iri:latest --remote -p 14265`}</TerminalInput>
<TerminalInput>{`docker run -d -p 14265:14265 -p 15600:15600 -p 14600:14600/udp -v /path/to/data:/iri/data --name iri iotaledger/iri:latest --remote -p 14265`}</TerminalInput>

### Using the Docker Container built from source

<TerminalInput>{`docker run -d -p 14265:14265 -p 14600:14600 -p 14600:14600/udp -v /path/to/data:/iri/data --name iri iri:latest --remote -p 14265`}</TerminalInput>
<TerminalInput>{`docker run -d -p 14265:14265 -p 15600:15600 -p 14600:14600/udp -v /path/to/data:/iri/data --name iri iri:latest --remote -p 14265`}</TerminalInput>

### Logging

Expand All @@ -103,7 +103,7 @@ If you wish to have the IRI container start on every boot, add the following fla
IRI by default uses three ports. These ports need to be mapped to machine from an external static IP address.

* UDP neighbor peering port (default is 14600)
* TCP neighbor peering port (default is 14600)
* TCP neighbor peering port (default is 15600)
* TCP API port (default is 14265)

### Checking the Node Status
Expand Down