docs/libmachine
Emmanuel Bretelle 36ec026b38 [debian] Make enabling docker service work
Fixes #1495
/etc/systemd/system/docker.service was missing the [Install] section
making the enable action fail with:

```
root@jessie:~# systemctl enable docker
Synchronizing state for docker.service with sysvinit using
update-rc.d...
Executing /usr/sbin/update-rc.d docker defaults
Executing /usr/sbin/update-rc.d docker enable
The unit files have no [Install] section. They are not meant to be
enabled
using systemctl.
Possible reasons for having this kind of units are:
1) A unit may be statically enabled by being symlinked from another
unit's
   .wants/ or .requires/ directory.
2) A unit's purpose may be to act as a helper for some other unit which
has
   a requirement dependency on it.
3) A unit may be started when needed via activation (socket, path,
timer,
   D-Bus, udev, scripted systemctl call, ...).
```

Signed-off-by: Emmanuel Bretelle <chantr4@gmail.com>
2015-07-10 00:10:39 -07:00
..
auth Fix missing test files 2015-03-20 17:05:27 -07:00
engine support specifying swarm image and docker versions 2015-06-01 16:20:56 -04:00
provision [debian] Make enabling docker service work 2015-07-10 00:10:39 -07:00
swarm support specifying swarm image and docker versions 2015-06-01 16:20:56 -04:00
certs.go provisioner: finished migration functions 2015-03-20 23:17:42 -04:00
errors.go Move code to use SSH "backends" 2015-05-19 15:02:57 -07:00
filestore.go Remove flat (0.1.0) => nested (0.2.0) migration code 2015-05-28 15:01:55 -07:00
filestore_test.go exoscale: use `StringSlice` to specify security groups 2015-06-30 10:59:23 +02:00
host.go Merge pull request #1263 from nathanleclaire/remove_top_level_migration 2015-07-08 16:02:35 -06:00
host_test.go Read active host from DOCKER_HOST instead of from file 2015-05-04 16:29:04 -07:00
machine.go Read active host from DOCKER_HOST instead of from file 2015-05-04 16:29:04 -07:00
machine_test.go initial pass at internal api 2015-03-19 18:09:30 -04:00
store.go Read active host from DOCKER_HOST instead of from file 2015-05-04 16:29:04 -07:00