https://github.com/devs-group/solana-docker
A multiarch solana docker image supporting Apple A1, amd64(x86) and arm64.
https://github.com/devs-group/solana-docker
docker solana
Last synced: 3 months ago
JSON representation
A multiarch solana docker image supporting Apple A1, amd64(x86) and arm64.
- Host: GitHub
- URL: https://github.com/devs-group/solana-docker
- Owner: devs-group
- License: apache-2.0
- Created: 2023-02-07T14:29:52.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-23T12:17:49.000Z (over 3 years ago)
- Last Synced: 2025-11-30T15:38:38.875Z (6 months ago)
- Topics: docker, solana
- Language: Dockerfile
- Homepage:
- Size: 29.3 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Solana Docker
A Multiarch Solana docker image.
## Description
* The official Solana docker-image unfortunatly does not run on the Apple A1.
The only way to do so is to build from source.
* Our image is made by cross compiling the source for different architectures.
* Currently we support **amd64** (x86) and **arm64**. (More might be added in the future)
## Getting Started
### Installing
* You can easily get the image by running:
```
docker pull ghcr.io/devs-group/solana-docker
```
* This of course requires you to have docker installed on your machine.
### Running
* After pulling the image you can just run it by calling:
```
docker run ghcr.io/devs-group/solana-docker
```
This runs the **solana-test-validator** by default. To run the **solana-validator** use:
```
docker run ghcr.io/devs-group/solana-docker solana-validator
```
***
## Help
Any Questions? Suggestions or Issues?
- Feel free to open a github issue.
## License
This project is licensed under the Apache 2.0 License - see the LICENSE.md file for details