There are two ways to obtain a Kona Docker image: Once you have obtained the Docker image, you can run the node. Jump ahead to Run a Node using Docker page.Documentation Index
Fetch the complete documentation index at: https://docs.optimism.io/llms.txt
Use this file to discover all available pages before exploring further.
GitHub
Kona docker images are published with every release on GitHub Container Registry. You can obtain the latestkona-node image with:
Specify a specific version (e.g. v0.1.0) like so.
Building the Docker image
To build the image from source, navigate to the root of the repository and run:This will create an image with the tag
kona:local. To specify a custom
tag, just pass it in after kona-node in the command above, like so: