docs/exoscale: require port 22 in security group too

Signed-off-by: Vincent Bernat <Vincent.Bernat@exoscale.ch>
This commit is contained in:
Vincent Bernat
2015-05-20 10:22:48 +02:00
parent bd93f2e9cf
commit 1f4502e3e0

View File

@@ -1357,7 +1357,7 @@ Options:
- `--exoscale-disk-size`: Disk size for the host in GB. Default: `50`.
- `--exoscale-security-group`: Security group. It will be created if it doesn't exist. Default: `docker-machine`.
If a custom security group is provided, you need to ensure that you allow TCP port 2376 in an ingress rule.
If a custom security group is provided, you need to ensure that you allow TCP ports 22 and 2376 in an ingress rule.
## Release Notes