docs
docs copied to clipboard
Docker setup is broken
Context
Reported by [email protected]
Problem
The Docker setup seems broken
Starting celestia-appd with command:
/bin/celestia-appd sh -c
celestia-appd init mynode --chain-id private &&
celestia-appd start
Error: unknown command "sh" for "celestia-appd"
Did you mean this?
tx
Run 'celestia-appd --help' for usage.
Feedback from Oliver:
In general it would be nice for this example to explain how to set up a funded wallet and anything needed to run a local test environment, this is definitely useful for integration tests.
thank you for the issue. this seems similar to https://github.com/celestiaorg/docs/issues/110