From 4e22ca29e6b62d1c337e7c40726616c953775fee Mon Sep 17 00:00:00 2001 From: Charlie Arehart Date: Thu, 17 Sep 2020 13:41:59 -0500 Subject: [PATCH] correct missing bullet points Signed-off-by: Charles Arehart --- engine/context/ecs-integration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/engine/context/ecs-integration.md b/engine/context/ecs-integration.md index fedbe70160..48fd136d5f 100644 --- a/engine/context/ecs-integration.md +++ b/engine/context/ecs-integration.md @@ -12,8 +12,8 @@ The Docker ECS Integration enables developers to use native Docker commands to r The integration between Docker and Amazon ECS allow developers to use the Docker CLI to: -Set up an AWS context in one Docker command, allowing you to switch from a local context to a cloud context and run applications quickly and easily -Simplify multi-container application development on Amazon ECS using the Compose specification +* Set up an AWS context in one Docker command, allowing you to switch from a local context to a cloud context and run applications quickly and easily +* Simplify multi-container application development on Amazon ECS using the Compose specification >**Note** >