# 测试建立Node节点所需的准备工作 **Published by:** [blockchain](https://paragraph.com/@0x171717/) **Published on:** 2022-02-18 **URL:** https://paragraph.com/@0x171717/node ## Content 测试建立Node所需的额外准备工作 1.注册一个docker账户并下载安装好docker 这个应用到电脑上。 2.弄清自己的设备是使用什么来执行命令行。powershell还是terminal,或者是别的。(查下你对应的设备如何打开这个界面。) 3.到docker应用端按照我的操作添加国内镜像。镜像添加方式不同设备不同,具体根据这个网址来操作。 添加镜像网址: https://yeasy.gitbook.io/docker_practice/install/mirror 布置节点一共只有两条命令(建议看完视频才操作,不要直接操作,有些东西要对应更改): 1.docker pull kyve/celo:latest 2.docker run --rm --name 名称 kyve/celo:latest --pool pool ID --private-key 私钥 --stake 150 -e ## Publication Information - [blockchain](https://paragraph.com/@0x171717/): Publication homepage - [All Posts](https://paragraph.com/@0x171717/): More posts from this publication - [RSS Feed](https://api.paragraph.com/blogs/rss/@0x171717): Subscribe to updates - [Twitter](https://twitter.com/foguangpuzhaomz): Follow on Twitter