Closed fsouza closed 8 years ago
Reopening because we're still providing a parameter not supported by Docker anymore (-e
).
tsuru depends on exec, which works only with the native driver, so there's no reason for allowing the customization of this.
Docker 1.10.0 changed the parameter for starting it in daemon mode from a flag to a positional argument. Now, instead of running
docker -d
, users must rundocker daemon
.