feat: add documentation for running celestia-app docker images
Instructions for connecting to Celestia Node running in docker from Celestia App also running in docker would be nice too. This should be as simple as something like:
$ docker network create celestia-network
$ docker network connect --alias celestia-node celestia-network celestia-node
$ docker container run --rm -it --network celestia-network celestia-app
# celestia-appd config node tcp://celestia-node:26657
Note: I took a wild guess at the last line, as I don't actually know how to tell celestia-app to talk to a remote node backend.
got it! i think that in the meantime, this is something that would be useful for you: https://github.com/rollkit/local-celestia-devnet
Is this issue still opened? @jcstein
yep yep @ogunleye0720
Hello @jcstein , I would like to know more about this issue. What exactly do we want to achieve? This would help solve the problem faster.
add celestia-app support similarly to this https://docs.celestia.org/nodes/docker-images#%F0%9F%90%B3-docker-setup
Hello @jcstein , I would like to know under what package or repo to add the doc?
hello @jcstein you care to check this out ? https://github.com/ogunleye0720/docs/blob/celestial-app-docker-doc/nodes/celestia-app-docker-image.md