What other commands can I run? #
Run help
to see other commands:
docker exec -it storagenode /app/storagenode help
PowerShell:
&"$env:ProgramFiles\Storj\Storage Node\storagenode.exe" --help
Run the following to execute other commands:
docker exec -it storagenode /app/storagenode <<command>>
PowerShell:
&"$env:ProgramFiles\Storj\Storage Node\storagenode.exe" <<command>>