Remove Dockerfile_with_streaming from README

This commit is contained in:
medvedev1088
2020-03-05 22:15:38 +07:00
parent dd8d2bdc38
commit f5836345cd

View File

@@ -100,8 +100,8 @@ For the latest version, check out the repo and call
4. Run streaming to console or Pub/Sub
> docker build -t ethereum-etl:latest-streaming -f Dockerfile_with_streaming .
> docker build -t ethereum-etl:latest -f Dockerfile .
> echo "Stream to console"
> docker run ethereum-etl:latest-streaming stream --start-block 500000 --log-file log.txt
> docker run ethereum-etl:latest stream --start-block 500000 --log-file log.txt
> echo "Stream to Pub/Sub"
> docker run -v /path_to_credentials_file/:/ethereum-etl/ --env GOOGLE_APPLICATION_CREDENTIALS=/ethereum-etl/credentials_file.json ethereum-etl:latest-streaming stream --start-block 500000 --output projects/<your-project>/topics/crypto_ethereum
> docker run -v /path_to_credentials_file/:/ethereum-etl/ --env GOOGLE_APPLICATION_CREDENTIALS=/ethereum-etl/credentials_file.json ethereum-etl:latest stream --start-block 500000 --output projects/<your-project>/topics/crypto_ethereum