gregoshop/casper-nctlCasper NCTL 2 Docker - See base docker commands at [***]
Casper NCTL 2 Docker provides containerized environments for running Casper NCTL 1.x and 2.x, supporting different branches and configurations for stable, development, and version-specific releases.
Available Tags
stable – Uses release-1.5.8 for the node and release-2.0.0 for the client.
- BRANCH_NODE=release-1.5.8 - BRANCH_CLIENT=release-2.0.0
2.0 – Uses 2.0.0 release candidate for the node, v3.0.1 for the client, and v1.0.3 for the sidecar.
- BRANCH_NODE=v2.0.3 - BRANCH_CLIENT=v5.0.0 - BRANCH_SIDECAR=v2.0.0
dev – Tracks the latest development versions of the node, client, and sidecar.
- BRANCH_NODE=dev - BRANCH_CLIENT=dev - BRANCH_SIDECAR=dev
Running a Container
To run a specific version, use:
docker run --rm -it gregoshop/casper-nctl:2.0
Detached mode (-d):
docker run -d --name casper-nctl-dev gregoshop/casper-nctl:dev
Replace 2.0 with stable or dev as needed.
The casper-nctl-2-docker service provides the core infrastructure for running a Casper NCTL node. It includes:
Ports:
***-***, ***-***, ***-***, 25101-25105, 28101-28105 (for network communication)
Volumes (mapped for data persistence):
./assets
Logs, faucet, users, chainspec, and node data
This service is extended by the stable, 2.0, and dev configurations for different branches.
Additional Services
The github repository also includes a CORS proxy (cors-anywhere), running on port ***, which can be enabled using the cors-anywhere profile.
If you want to spin up everything at once (nodes + CORS proxy):
docker compose --profile 2.0 up -d docker compose --profile cors-anywhere up -d
探索更多轩辕镜像的使用方法,找到最适合您系统的配置方式
通过 Docker 登录认证访问私有仓库
在 Linux 系统配置镜像服务
在 Docker Desktop 配置镜像
Docker Compose 项目配置
Kubernetes 集群配置 Containerd
K3s 轻量级 Kubernetes 镜像加速
在宝塔面板一键配置镜像
Synology 群晖 NAS 配置
飞牛 fnOS 系统配置镜像
极空间 NAS 系统配置服务
爱快 iKuai 路由系统配置
绿联 NAS 系统配置镜像
QNAP 威联通 NAS 配置
Podman 容器引擎配置
HPC 科学计算容器配置
ghcr、Quay、nvcr 等镜像仓库
无需登录使用专属域名
需要其他帮助?请查看我们的 常见问题Docker 镜像访问常见问题解答 或 提交工单
免费版仅支持 Docker Hub 访问,不承诺可用性和速度;专业版支持更多镜像源,保证可用性和稳定速度,提供优先客服响应。
专业版支持 docker.io、gcr.io、ghcr.io、registry.k8s.io、nvcr.io、quay.io、mcr.microsoft.com、docker.elastic.co 等;免费版仅支持 docker.io。
当返回 402 Payment Required 错误时,表示流量已耗尽,需要充值流量包以恢复服务。
通常由 Docker 版本过低导致,需要升级到 20.x 或更高版本以支持 V2 协议。
先检查 Docker 版本,版本过低则升级;版本正常则验证镜像信息是否正确。
使用 docker tag 命令为镜像打上新标签,去掉域名前缀,使镜像名称更简洁。
来自真实用户的反馈,见证轩辕镜像的优质服务