updated aws.md

i removed EnableCloudWatchLogs as it wasn't supported in this version and edited the format for some of the parameters.
This commit is contained in:
Nicola Kabar 2017-02-15 15:36:56 -08:00 committed by Joao Fernandes
parent 560640af83
commit a7c83f3c2d
1 changed files with 5 additions and 8 deletions

View File

@ -92,7 +92,7 @@ Docker Datacenter Password
Docker Datacenter License in JSON format or an S3 URL to download it. You can Docker Datacenter License in JSON format or an S3 URL to download it. You can
get a trial license [here](https://store.docker.com/bundles/docker-datacenter) get a trial license [here](https://store.docker.com/bundles/docker-datacenter)
#### EnableSystemPrune **EnableSystemPrune**
Enable if you want Docker for AWS to automatically cleanup unused space on your swarm nodes. Enable if you want Docker for AWS to automatically cleanup unused space on your swarm nodes.
@ -104,19 +104,16 @@ Pruning removes the following:
- All dangling images - All dangling images
- All unused networks - All unused networks
#### EnableCloudWatchLogs **WorkerDiskSize**
Enable if you want Docker to send your container logs to CloudWatch. ("yes", "no") Defaults to yes.
#### WorkerDiskSize
Size of Workers's ephemeral storage volume in GiB (20 - 1024). Size of Workers's ephemeral storage volume in GiB (20 - 1024).
#### WorkerDiskType **WorkerDiskType**
Worker ephemeral storage volume type ("standard", "gp2"). Worker ephemeral storage volume type ("standard", "gp2").
#### ManagerDiskSize **ManagerDiskSize**
Size of Manager's ephemeral storage volume in GiB (20 - 1024) Size of Manager's ephemeral storage volume in GiB (20 - 1024)
#### ManagerDiskType **ManagerDiskType**
Manager ephemeral storage volume type ("standard", "gp2") Manager ephemeral storage volume type ("standard", "gp2")