diff --git a/engine/context/aci-integration.md b/engine/context/aci-integration.md index 06c91c83fd..1af60da4f9 100644 --- a/engine/context/aci-integration.md +++ b/engine/context/aci-integration.md @@ -110,8 +110,14 @@ docker exec -t COMMAND To stop and remove a container from ACI, run: ```console +docker stop docker rm ``` +> **Note** +> +> The stop command in ACI differs from the Moby stop command as a stopped +container will not retain its state when it is started again. For more +information, see https://github.com/docker/aci-integration-beta/issues/28. ## Running Compose applications