Fix: formatting in README.

This commit is contained in:
2025-12-16 09:57:47 +01:00
parent a155a48aaa
commit c078feceac

View File

@@ -25,8 +25,8 @@ azure-cli [(-a|--account) <account_name>]
[ other arguments passed as a command to execute inside the container ] [ other arguments passed as a command to execute inside the container ]
``` ```
- '--account <account_name>': Specifies the account name to be set as an environment variable inside the container. The volume name will be derived from this account name. - `--account <account_name>`: Specifies the account name to be set as an environment variable inside the container. The volume name will be derived from this account name.
- '--user <user_name>': Specifies the user name to be used inside the container. Default is 'ubuntu'. - `--user <user_name>`: Specifies the user name to be used inside the container. Default is 'ubuntu'.
- '--name <container_name>': Specifies the name of the container. Default is sanitized account name. - `--name <container_name>`: Specifies the name of the container. Default is sanitized account name.
- '--volume <local_path>:<container_path>': Binds additional local path to a path inside the container. - `--volume <local_path>:<container_path>`: Binds additional local path to a path inside the container.
- '--': Indicates the end of options for the script. Any arguments following this will be passed as a command to execute inside the container. - `--`: Indicates the end of options for the script. Any arguments following this will be passed as a command to execute inside the container.