Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Commit

Permalink
Merge pull request #2185 from backplane/fixes-2154
Browse files Browse the repository at this point in the history
docs: applies wording suggested in #2154
  • Loading branch information
StefanScherer authored Oct 28, 2022
2 parents 1395a3f + ed3a7b7 commit d7becb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/aci-container-features.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>`.

Expand Down

0 comments on commit d7becb4

Please sign in to comment.