问题
I am having code-server container running and I am running az container exec --resource-group resourcename --name code-server --exec-command "ls"
it is giving list of files and folder but if we run az container exec --resource-group resourcename --name code-server --exec-command "cd folder"
not working showing error like rpc error: code = 2 desc = oci runtime error: exec failed: container_linux.go:247: starting container process caused "exec: \"cd Angular\": executable file not found in $PATH"
来源:https://stackoverflow.com/questions/61501945/running-commands-in-azure-container-instance-after-container-running