nervosnetwork / ckb

The Nervos CKB is a public permissionless blockchain, and the layer 1 of Nervos network.
https://www.nervos.org
MIT License
1.15k stars 228 forks source link

integrate ckb-cli into ckb doker image #4619

Open rink1969 opened 2 weeks ago

rink1969 commented 2 weeks ago

Feature Request

Is your feature request related to a problem? Please describe.

I run ckb in docker container. I need install ckb-cli, expose port and set env to connect ckb in docker container. If ckb doker image include ckb-cli, we can get info directly by docker exec -it ckb ckb-cli rpc get_tip_header

Describe the solution you'd like

integrate ckb-cli into ckb doker image, like bitcoin.