Skip to content
This repository was archived by the owner on Oct 19, 2022. It is now read-only.
This repository was archived by the owner on Oct 19, 2022. It is now read-only.

Add windows flavor commands for docker #44

@prestonvanloon

Description

@prestonvanloon

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions