diff --git a/docker-for-aws/faqs.md b/docker-for-aws/faqs.md index 94c1436bf1..86571c5afe 100644 --- a/docker-for-aws/faqs.md +++ b/docker-for-aws/faqs.md @@ -170,6 +170,18 @@ $ sudo ping 10.0.0.4 > **Note**: Access to Docker for AWS and Azure happens through a shell container that itself runs on Docker. + +## What are the Editions containers running after deployment? + +In order for our editions to deploy properly and for load balancer integrations to happen, we run a few containers. They are as follow: + +| Container name | Description | +|---|---| +| `init` | Sets up the swarm and makes sure that the stack came up properly. (checks manager+worker count).| +| `shell` | This is our shell/ssh container. When you SSH into an instance, you're actually in this container.| +| `meta` | Assist in creating the swarm cluster, giving privileged instances the ability to join the swarm.| +| `l4controller` | Listens for ports exposed at the docker CLI level and opens them in the load balancer. | + ## How do I uninstall Docker for AWS? You can remove the Docker for AWS setup and stacks through the [AWS diff --git a/docker-for-azure/faqs.md b/docker-for-azure/faqs.md index d6e5780a95..f89d0cfb31 100644 --- a/docker-for-azure/faqs.md +++ b/docker-for-azure/faqs.md @@ -72,6 +72,19 @@ $ sudo ping 10.0.0.4 > **Note**: Access to Docker for Azure and Azure happens through a shell container that itself runs on Docker. +## What are the Editions containers running after deployment? + +In order for our editions to deploy properly and for load balancer integrations to happen, we run a few containers. They are as follow: + +| Container name | Description | +|---|---| +| `init` | Sets up the swarm and makes sure that the stack came up properly. (checks manager+worker count).| +| `agent` | This is our shell/ssh container. When you SSH into an instance, you're actually in this container.| +| `meta` | Assist in creating the swarm cluster, giving privileged instances the ability to join the swarm.| +| `l4controller` | Listens for ports exposed at the docker CLI level and opens them in the load balancer.| +| `logger` | Our log aggregator. This allows us to send all docker logs to the storage account.| + + ## What are the different Azure Regions? All regions can be found here: [Microsoft Azure Regions](https://azure.microsoft.com/en-us/regions/). An excerpt of the above regions to use when you create your service principal are: