Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 1.36 KB

README.md

File metadata and controls

30 lines (17 loc) · 1.36 KB

solana-docker

Solana Docker Image for development of smart contracts and decentralized applications (dApps).

codedawi/solana codedawi/solana codedawi/solana

Tags

  • 1.9.12, latest

See: Dockerfile

Multi-architecture builds

The newest images (Debian-based, 0.19+) provide built-in support for multiple architectures. Running docker pull on any of the supported platforms will automatically choose the right image for you as all of the manifests and artifacts are pushed to the Docker registry.

Picking the right tag

  • codedawi/solana:latest: points to the latest stable release available of Solana.
  • codedawi/solana:<version>: points to a specific release tag (e.g. 1.6.22) of Solana.

Usage

Coming Soon...