Skip to content

chapter1

tututt edited this page Jan 6, 2018 · 2 revisions

START A WALLET BY DOCKER

1.Install docker

  • Download the appropriate version of docker
https://store.docker.com/search?offering=community&type=edition

after install the docker , you can use docker --versionto make sure whether success or not

if you see like that

Docker version 17.09.0-ce, build afdb6d4

Congratulations!Install docker successfully!

2.Download docker image

  • download cli-wallet image

docker pull gxbdevelop/cli-wallet

after it, you will see these:

latest: Pulling from gxbdevelop/cli-wallet

Digest: sha256:2af8be6cb7385eabcc6a55db2423524500b4e70ed8872237cc6d541f67272400

Status: Downloaded newer image for gxbdevelop/cli-wallet:latest

3.Run cli-wallet image