mirror of
https://github.com/docker/docs.git
synced 2026-03-31 08:18:55 +07:00
Without this feature, when a user needs a specific security group (i.e most of the time if they want to expose a service to Internet), they need to copy the rules needed for Docker itself into each custom group. With this feature, they can spawn new instances with `--exoscale-security-group docker-machine,my-custom-group`. Signed-off-by: Vincent Bernat <Vincent.Bernat@exoscale.ch>