mirror of https://github.com/docker/docs.git
Added editions containers details (#4470)
This commit is contained in:
parent
9995dd4b2f
commit
00105dbdf6
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue