docs: applies wording suggested in #2154

Signed-off-by: actualben <actualben@users.noreply.github.com>
This commit is contained in:
actualben 2022-08-24 14:35:08 +02:00
Родитель 6135c5edf1
Коммит ed3a7b7fe7
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -6,7 +6,7 @@ keywords: Docker, Azure, Integration, ACI, container, cli, deploy, cloud
# Azure Container Instances: running single containers
Single containers can be executed on ACI with the `docker run` command.
A single container is executed in its own ACI container group, that will container only one container.
A single container is executed in its own ACI container group, which will contain a single container.
Containers can be listed with the `docker ps` command, and stopped and removed with `docker stop <CONTAINER>` and `docker rm <CONTAINER>`.