I want to install hylard on docker,while running this powershell Script :
docker run -p 8084:8084 -p 9000:9000\
>> --name halyard --rm \
>> -v ~/.hal:/home/spinnaker/.hal\
>> -d\
>> gcr.io/spinnaker-marketplace/halyard:stable
I get the following error:
At line:2 char:3
+ --name halyard --rm \
+ ~
Missing expression after unary operator '--'.
At line:2 char:3
+ --name halyard --rm \
+ ~~~~
Unexpected token 'name' in expression or statement.
+ CategoryInfo : ParserEr`enter code here`ror: (:) [],
ParentContainsErrorRecordException
+ FullyQualifiedErrorId : MissingExpressionAfterOperator
Any workaround?