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