0
code:
docker run \
--name postgres \
-e POSTGRES_USER=spirit \
-e POSTGRES_DB=spiritSt \
-e 5432:5432 \
-d \
postgres
was following a tutorial and it worked normal but on my pc I have this error:
No linha:2 caractere:3
+ --name postgres \
+ ~
Expressão ausente após operador unário '--'.
No linha:2 caractere:3
+ --name postgres \
+ ~~~~
Token 'name' inesperado na expressão ou instrução.
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : MissingExpressionAfterOperator