Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 793 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 793 Bytes

Chainlink Docker Node

Docker container for a Go Chainlink node.

IMPORTANT: If you're running this for a production node, it's important to change the password in your environment file.

Dependencies

Usage

Run the following command:

docker run --env-file=.env -p 6688:6888 -it linkpoolio/chainlink-node

Configuration

Refer to the official configuration wiki here.

Futher Reading

For further information on how to interact with your node, read the following documentation:

Created by the LinkPool Team.