You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Im trying to use the custom container image here to run Terraform, and to begin with I have tried the ARM/Bicep image defined here --> https://github.com/Azure/deployment-environments/blob/main/Runner-Images/ARM-Bicep/Dockerfile I wanted to try and run the container image locally just to make sure it is working as intended. But when I try and run the image locally, I get this error message
docker run nameofimage
_Initializing runner
Unrecognized command or argument 'Initializing runner'.
Description:
Logs providing context to the operation that is being run.
Usage:
ade log [options]
Options:
--content The content to log.
--type The level of logging for the content. Allowed values are 'log', 'verbose', and 'error'. [default: log]
--operation The operation which is creating the log. []
-?, -h, --help Show help and usage information
Uploading environment state to
Unrecognized command or argument 'Uploading environment state to '_
Should it have worked to run the container locally just so I can see use that way to debug that the terraform actions are running as intended?
The text was updated successfully, but these errors were encountered:
Hi!
Im trying to use the custom container image here to run Terraform, and to begin with I have tried the ARM/Bicep image defined here --> https://github.com/Azure/deployment-environments/blob/main/Runner-Images/ARM-Bicep/Dockerfile I wanted to try and run the container image locally just to make sure it is working as intended. But when I try and run the image locally, I get this error message
docker run nameofimage
_Initializing runner
Unrecognized command or argument 'Initializing runner'.
Description:
Logs providing context to the operation that is being run.
Usage:
ade log [options]
Options:
--content The content to log.
--type The level of logging for the content. Allowed values are 'log', 'verbose', and 'error'. [default: log]
--operation The operation which is creating the log. []
-?, -h, --help Show help and usage information
Uploading environment state to
Unrecognized command or argument 'Uploading environment state to '_
Should it have worked to run the container locally just so I can see use that way to debug that the terraform actions are running as intended?
The text was updated successfully, but these errors were encountered: