Skip to content

igneous-labs/solana-test-validator-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solana Test Validator on Docker

This repository contains a Docker image for the Solana Test Validator.

This Docker image is built each night for linux/amd64 as well as linux/arm64 platforms.

This makes it possible to run this image on devices with Apple Silicon processors.

Usage

To run the Solana Test Validator, you can use the following command:

docker run -it -p 8899:8899 -p 8900:8900 --rm --name solana-test-validator ghcr.io/beeman/solana-test-validator:latest

This will start the Solana Test Validator on port 8899 and 8900.

See the examples directory for more information.

Building the Docker image

To build the Docker image, you can use the following command using just:

just build

This will build the Docker image and tag it as ghcr.io/beeman/solana-test-validator.

Running the Docker image

To run the Docker image, you can use the following command:

just run

This will start the Solana Test Validator on port 8899 and 8900.

Running a shell in the Docker image

To run a shell in the Docker image, you can use the following command:

just run-sh

This will start a shell in the Docker image.

Running an examples

To run an example, you can use the following command:

just example <example-name>

For example, to run the docker-compose example, you can use the following command:

just example docker-compose

This will start the Docker Compose example.

About

Docker images for the Solana Test Validator for Intel (amd64) and Apple Silicon (arm64). Nightly builds from the latest version of https://github.com/anza-xyz/agave

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Dockerfile 65.3%
  • Just 34.7%