Closed vasiliy-zaznobin closed 3 years ago
after the appearance of the image cybercoredev/proxy:v0.2.0, you need to fix the documentation on https://docs.neonlabs.org/docs/devportal/testnet/connect_to_solana_via_proxy#option-2-running-solana-testnet-via-a-proxy-hosted-locally
now launching proxy from docker is done by commands: for devnet: docker run --rm -ti --network=host -e CONFIG=devnet cybercoredev/proxy:v0.2.0 for testnet: docker run --rm -ti --network=host -e CONFIG=testnet cybercoredev/proxy:v0.2.0
https://github.com/neonlabsorg/proxy-model.py/pull/181
Description of the option 2 has been corrected. The fix is waiting for an approval.
after the appearance of the image cybercoredev/proxy:v0.2.0, you need to fix the documentation on https://docs.neonlabs.org/docs/devportal/testnet/connect_to_solana_via_proxy#option-2-running-solana-testnet-via-a-proxy-hosted-locally
now launching proxy from docker is done by commands: for devnet: docker run --rm -ti --network=host -e CONFIG=devnet cybercoredev/proxy:v0.2.0 for testnet: docker run --rm -ti --network=host -e CONFIG=testnet cybercoredev/proxy:v0.2.0
https://github.com/neonlabsorg/proxy-model.py/pull/181