Docker 如何在Ubuntu上安装Blockstack浏览器 如何在Ubuntu上安装Blockstack浏览器?

Docker 如何在Ubuntu上安装Blockstack浏览器 如何在Ubuntu上安装Blockstack浏览器?,docker,ubuntu,blockstack,Docker,Ubuntu,Blockstack,我从下载了shell脚本,然后运行了/Blockstack-for-Linux-v0.36.3.sh 我看过了,关于这个主题的信息不多 我得到了以下信息: blockstack docker launcher commands: install-protocol-handler -> install a protocol handler for blockstack:// links remove-protocol-handler -> uninstall the proto

我从下载了shell脚本,然后运行了
/Blockstack-for-Linux-v0.36.3.sh

我看过了,关于这个主题的信息不多

我得到了以下信息:

blockstack docker launcher commands:
  install-protocol-handler -> install a protocol handler for blockstack:// links
  remove-protocol-handler -> uninstall the protocol handler for blockstack:// links
  pull  -> fetch docker containers from quay
  start -> start the blockstack browser server
  stop  -> stop the blockstack browser server

To get started, use

 $  ./Blockstack-for-Linux.sh pull
 $  ./Blockstack-for-Linux.sh install-protocol-handler
 $  ./Blockstack-for-Linux.sh start

This *requires* Docker to run.

To remove the protocol handler (the only thing 'installed' when you run this launcher):

 $  ./Blockstack-for-Linux.sh remove-protocol-handler

And this will start the environment for running the Blockstack Browser

Note: the Docker containers mount your /home/<user>/.blockstack directory
区块堆栈docker启动器命令:
安装协议处理程序->为blockstack://链接安装协议处理程序
删除协议处理程序->卸载blockstack://链接的协议处理程序
拉->从码头取码头集装箱
启动->启动blockstack浏览器服务器
停止->停止blockstack浏览器服务器
要开始,请使用
$./Blockstack-for-Linux.sh pull
$./Blockstack-for-Linux.sh安装协议处理程序
$./Blockstack-for-Linux.sh开始
此*需要*Docker才能运行。
要删除协议处理程序(运行此启动器时唯一“安装”的内容):
$./Blockstack-for-Linux.sh删除协议处理程序
这将启动运行Blockstack浏览器的环境
注意:Docker容器装载您的/home/.blockstack目录
是的,我的机器上安装了Docker

./Blockstack-for-Linux-v0.36.3.sh pull
然后


我想这是在给人指示。你试过运行它吗
/Blockstack-for-Linux.sh pull
/Blockstack-for-Linux.sh安装协议处理程序
,等等。如果您在一开始就注意到,我声明我运行了该文件,这就是输出。该特定文件名不是我从网站下载的文件名。我从官方网站下载的文件名称中有版本号。
./Blockstack-for-Linux-v0.36.3.sh start