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.
- Docker (https://www.docker.com/)
Run the following command:
docker run --env-file=.env -p 6688:6888 -it linkpoolio/chainlink-node
Refer to the official configuration wiki here.
For further information on how to interact with your node, read the following documentation:
- Wiki (https://github.com/smartcontractkit/chainlink/wiki)
- Github (https://github.com/smartcontractkit/chainlink)
Created by the LinkPool Team.