microsoftfeedback / aci-issues

Issue reporting and tracking for the Azure Container Instances service
Creative Commons Attribution 4.0 International
7 stars 0 forks source link

Unable to escape '&' in aci exec #48

Open george-moussa opened 2 years ago

george-moussa commented 2 years ago

I'm using Exec functionality to execute a shell command in a running container.

I know that chaining multiple commands in not supported. But I have 1 command that includes '&' character, whenever I execute it, the command is chopped off at that character. I want a way to escape the '&' in the command.