Skip to content

Commit e520c3d

Browse files
add spacing
1 parent 39179c3 commit e520c3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/container-apps/containers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ Most container apps have a single container. In advanced scenarios, an app may a
130130

131131
| Setting | Description | Remarks |
132132
|---|---|---|
133-
| `image` | The container image name for your container app. | This value takes the form of `repository/<IMAGE_NAME>:<TAG>`. Avoid using using static tags like `latest` for container images. Using static tags can lead to caching problems and can make your app difficult to troubleshooting. Instead, use unique tags for each deployment, such as a Git hash or date and time, to ensure that updates are properly tracked and deployed. |
133+
| `image` | The container image name for your container app. | This value takes the form of `repository/<IMAGE_NAME>:<TAG>`. <br><br>Avoid using using static tags like `latest` for container images. Using static tags can lead to caching problems and can make your app difficult to troubleshooting. Instead, use unique tags for each deployment, such as a Git hash or date and time, to ensure that updates are properly tracked and deployed. |
134134
| `name` | Friendly name of the container. | Used for reporting and identification. |
135135
| `command` | The container's startup command. | Equivalent to Docker's [entrypoint](https://docs.docker.com/engine/reference/builder/) field. |
136136
| `args` | Start up command arguments. | Entries in the array are joined together to create a parameter list to pass to the startup command. |

0 commit comments

Comments
 (0)