91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

怎么獲取一個docker鏡像以及創建一個docker網絡

發布時間:2021-09-14 14:45:03 來源:億速云 閱讀:140 作者:chen 欄目:互聯網科技

本篇內容介紹了“怎么獲取一個docker鏡像以及創建一個docker網絡”的有關知識,在實際案例的操作過程中,不少人都會遇到這樣的困境,接下來就讓小編帶領大家學習一下如何處理這些情況吧!希望大家仔細閱讀,能夠學有所成!

1.獲取docker鏡像

以下語句將下載包含已編譯軟件的Ubuntu鏡像。

docker pull eosio/eos

作為快速測試,運行鏡像并獲取對bash shell的訪問權限,請執行以下操作:

docker run --rm -it eosio/eos bash

如果可行,你應該得到如下所示的提示,輸入cleos應返回cleos工具的幫助:

root@a5f9eafaab74:/#cleos
ERROR: RequiredError: Subcommand required
Command Line Interface to EOSIO Client
Usage: cleos [OPTIONS] SUBCOMMAND

Options:
  -h,--help                   Print this help message and exit
  -u,--url TEXT=http://localhost:8888/
                              the http/https URL where nodeos is running
  --wallet-url TEXT=http://localhost:8888/
                              the http/https URL where keosd is running
  -v,--verbose                output verbose actions on error

Subcommands:
  version                     Retrieve version information
  create                      Create various items, on and off the blockchain
  get                         Retrieve various items and information from the blockchain
  set                         Set or update blockchain state
  transfer                    Transfer EOS from account to account
  net                         Interact with local p2p network connections
  wallet                      Interact with local wallet
  sign                        Sign a transaction
  push                        Push arbitrary transactions to the blockchain
  multisig                    Multisig contract commands
  system                      Send eosio.system contract action to the blockchain.
root@a5f9eafaab74:/#
root@a5f9eafaab74:/#exit

鍵入exit退出鏡像。

2.創建一個docker網絡

創建一個docker網絡,允許容器相互通信。

docker network create eosnetwork

3.運行容器

運行服務器軟件(在端口7777上):

docker run --name server --network=eosnetwork --rm -p 7777:7777 -i eosio/eos /bin/bash -c "nodeos -e -p eosio --plugin eosio::producer_plugin --plugin eosio::chain_api_plugin --plugin eosio::http_plugin -d /mnt/dev/data --http-server-address=0.0.0.0:7777 --access-control-allow-origin=*"

要運行錢包軟件(在端口5555上):

docker run --name wallet --network=eosnetwork --rm -p 5555:5555 -i eosio/eos /bin/bash -c "keosd --http-server-address=0.0.0.0:5555"

讓我們打開一個bash shell,以便我們可以測試一些工具。

docker run --name tools --network=eosnetwork --rm -it eosio/eos /bin/bash

4.測試下以便確定它是否全部正常工作

現在讓我們確保服務器正在運行:

  • http://localhost:7777/v1/chain/get_info應該可以在本地Web瀏覽器中使用。

  • 從工具docker實例運行此命令應該工作:

$ cleos -u http://server:7777 get info

# Expected response
{
  "server_version": "749a6759",
  "head_block_num": 1953,
  "last_irreversible_block_num": 1952,
  "last_irreversible_block_id": "000007a0c1ae4e28480dcbeef36e9d4970987969f850453dcf8e244b569d6325",
  "head_block_id": "000007a1fc0d5b3dd16ebfe18ab9a288ac8bc7d03caee050a58a502577d25560",
  "head_block_time": "2018-05-16T02:04:08",
  "head_block_producer": "eosio",
  "virtual_block_cpu_limit": 701979,
  "virtual_block_net_limit": 7389096,
  "block_cpu_limit": 99900,
  "block_net_limit": 1048576
}
$ cleos --wallet-url http://wallet:5555 wallet list keys

# We have not created any wallets yet, so this is the expected response
Wallets:
[]
[]

“怎么獲取一個docker鏡像以及創建一個docker網絡”的內容就介紹到這里了,感謝大家的閱讀。如果想了解更多行業相關的知識可以關注億速云網站,小編將為大家輸出更多高質量的實用文章!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

抚州市| 博野县| 马山县| 门头沟区| 丰宁| 攀枝花市| 泸定县| 汝阳县| 东城区| 台前县| 台湾省| 左权县| 临澧县| 富川| 苏尼特左旗| 蛟河市| 孝昌县| 九龙坡区| 云浮市| 全州县| 郓城县| 湘乡市| 郴州市| 平阴县| 龙海市| 潞城市| 岐山县| 海丰县| 牡丹江市| 隆尧县| 元阳县| 临沂市| 安溪县| 米泉市| 璧山县| 岑巩县| 石城县| 贵德县| 壤塘县| 永仁县| 阳朔县|