mirror of https://github.com/docker/docs.git
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:
parent
560640af83
commit
a7c83f3c2d
|
@ -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")
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue