From 08d35416c9ad503d883046d328ad74af5a11dc85 Mon Sep 17 00:00:00 2001 From: Victoria Bialas Date: Wed, 26 Oct 2016 14:23:25 -0700 Subject: [PATCH] Revert "Doc change to support custom userdata option for docker-machine AWS driver" --- machine/drivers/aws.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/machine/drivers/aws.md b/machine/drivers/aws.md index c02d7144d9b..db3dfd8474a 100644 --- a/machine/drivers/aws.md +++ b/machine/drivers/aws.md @@ -72,7 +72,6 @@ You can use environment variables: - `--amazonec2-use-ebs-optimized-instance`: Create an EBS Optimized Instance, instance type must support it. - `--amazonec2-ssh-keypath`: Path to Private Key file to use for instance. Matching public key with .pub extension should exist - `--amazonec2-retries`: Set retry count for recoverable failures (use -1 to disable) -- `--amazonec2-userdata`: Path to custom User Data file. #### Environment variables and default values: @@ -103,7 +102,6 @@ You can use environment variables: | `--amazonec2-use-ebs-optimized-instance` | - | `false` | | `--amazonec2-ssh-keypath` | `AWS_SSH_KEYPATH` | - | | `--amazonec2-retries` | - | `5` | -| `--amazonec2-user-data` | `AWS_USERDATA` | - | ## Default AMIs