You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that a security group will be created and associated to the host. This security group will have the following ports opened inbound :
@@ -110,4 +109,3 @@ Note that a security group will be created and associated to the host. This secu
110
109
111
110
If you specify a security group yourself using the `--amazonec2-security-group` flag, the above ports will be checked and opened and the security group modified.
112
111
If you want more ports to be opened, like application specific ports, use the aws console and modify the configuration manually.
-[Driver options and operating system defaults](https://docs.docker.com/machine/drivers/os-base/)
100
100
101
101
### 3rd-party driver plugins
102
+
102
103
Several Docker Machine driver plugins for use with other cloud platforms are available from 3rd party contributors. These are use-at-your-own-risk plugins, not maintained by or formally associated with Docker.
103
104
104
105
See [Available driver plugins](https://github.com/docker/machine/blob/master/docs/AVAILABLE_DRIVER_PLUGINS.md) in the docker/machine repo on GitHub.
0 commit comments