Skip to content

Commit 02ca14c

Browse files
committed
edit for pub
1 parent 67df8fa commit 02ca14c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

articles/ai-services/translator/containers/install-run.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ Now that you downloaded your container, you can execute the `docker run` command
309309
The following example shows the formatting for the `docker run` command with placeholder values. Replace these placeholder values with your own values.
310310
311311
| Placeholder | Value | Format|
312-
|-------------|-------|---|
312+
|:-------------|:-------|:---:|
313313
| `[image]` | The container image you want to use. | `mcr.microsoft.com/azure-cognitive-services/translator/text-translation` |
314314
| `{LICENSE_MOUNT}` | The path where the license is downloaded, and mounted. | `/host/license:/path/to/license/directory` |
315315
| `{MODEL_MOUNT_PATH}`| The path where the machine translation models are downloaded, and mounted. Your directory structure must be formatted as **/usr/local/models** | `/host/translator/models:/usr/local/models`|
@@ -529,8 +529,6 @@ Here are a few more parameters and commands you can use to run the container:
529529

530530
When operating Docker containers in a disconnected environment, the container will write usage records to a volume where they're collected over time. You can also call a REST API endpoint to generate a report about service usage.
531531

532-
533-
534532
#### Arguments for storing logs
535533

536534
When run in a disconnected environment, an output mount must be available to the container to store usage logs. For example, you would include `-v /host/output:{OUTPUT_PATH}` and `Mounts:Output={OUTPUT_PATH}` in the following example, replacing `{OUTPUT_PATH}` with the path where the logs are stored:

0 commit comments

Comments
 (0)