prysmaticlabs / prysm-testnet-site

https://prylabs.net
https://prylabs.net
4 stars 21 forks source link

Add windows flavor commands for docker #44

Open prestonvanloon opened 5 years ago

prestonvanloon commented 5 years ago

Windows users have experienced issues with new line escapes.

Instead of this format:

docker run -it -v /tmp/prysm-data:/data \
   gcr.io/prysmaticlabs/prysm/validator:sapphire \
   accounts create --keystore-path=/data --password=changeme

Display this for windows:

docker run -it -v /tmp/prysm-data:/data gcr.io/prysmaticlabs/prysm/validator:sapphire  accounts create --keystore-path=/data --password=changeme

Otherwise only the first line runs and the user is often confused / stuck.

har00ga commented 4 years ago

Related: prysmaticlabs/prysm#3997