MultiversX devnet configuration files used in conjunction with mx-chain-go project. For more info how to connect to the devnet, please check here
docker image build . -t chain-devnet-local -f ./docker/Dockerfile
CONFIG_FOLDER=path/to/folder/with/pem/file
docker run --mount type=bind,source=${CONFIG_FOLDER}/,destination=/data chain-devnet-local --validator-key-pem-file="/data/validatorKey.pem" --log-level *:DEBUG