You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to setup c-lightning and communicate via GRPC commands but am unable to do so. It looks like the grpc plugin is not included with the official docker image.
I run docker-compose up and the container starts up successfully.
I am able to run docker exec -it CLIGHTNING_CONTAINER_ID bash and get into the container, but when I run lightning-cli --network=regtest plugin list while inside the container, I don't get the grpc plugin listed.
Here is the response from lightning-cli --network=regtest plugin list:
When I add - --grpc-port=8001 to the command in docker-compose.yml I get the following error before the container dies: lightning_1 | /usr/local/bin/lightningd: --grpc-port=8001: unrecognized option
Is there a way to enable the grpc plugin using the official docker image?
Issue and Steps to Reproduce
I am trying to setup c-lightning and communicate via GRPC commands but am unable to do so. It looks like the grpc plugin is not included with the official docker image.
I am using this docker-compose.yml file:
I run
docker-compose up
and the container starts up successfully.I am able to run
docker exec -it CLIGHTNING_CONTAINER_ID bash
and get into the container, but when I runlightning-cli --network=regtest plugin list
while inside the container, I don't get the grpc plugin listed.Here is the response from
lightning-cli --network=regtest plugin list
:When I add
- --grpc-port=8001
to the command indocker-compose.yml
I get the following error before the container dies:lightning_1 | /usr/local/bin/lightningd: --grpc-port=8001: unrecognized option
Is there a way to enable the grpc plugin using the official docker image?
Related: #5162
The text was updated successfully, but these errors were encountered: