From 9892a2de21ea71e0d5ff0fc38c20434f4bc13120 Mon Sep 17 00:00:00 2001 From: Ben De St Paer-Gotch Date: Tue, 18 Aug 2020 12:25:02 +0100 Subject: [PATCH 1/2] Update aci-integration.md --- engine/context/aci-integration.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/engine/context/aci-integration.md b/engine/context/aci-integration.md index 06c91c83fd..d89972d1d8 100644 --- a/engine/context/aci-integration.md +++ b/engine/context/aci-integration.md @@ -110,8 +110,10 @@ 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 it's state when it is started again. To find out more please see: https://github.com/docker/aci-integration-beta/issues/28 ## Running Compose applications From 78743724edfe85274e8e727ae683eafb1495c7c7 Mon Sep 17 00:00:00 2001 From: Usha Mandya <47779042+usha-mandya@users.noreply.github.com> Date: Tue, 18 Aug 2020 12:33:10 +0100 Subject: [PATCH 2/2] Minor style updates --- engine/context/aci-integration.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/engine/context/aci-integration.md b/engine/context/aci-integration.md index d89972d1d8..1af60da4f9 100644 --- a/engine/context/aci-integration.md +++ b/engine/context/aci-integration.md @@ -113,7 +113,11 @@ To stop and remove a container from ACI, run: docker stop docker rm ``` -Note: the stop command in ACI differs from the Moby stop command as a stopped container will not retain it's state when it is started again. To find out more please see: https://github.com/docker/aci-integration-beta/issues/28 +> **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