mirror of
https://github.com/docker/docs.git
synced 2026-04-02 09:18:57 +07:00
## Description This change is to address some feedback from a Ubuntu user that installed Docker Engine using the apt repository but had to start the service before they were able to run containers. While autostart is the convention on Debian systems, some users might have this behavior disabled for more fine grained control. This change adds a note to the installation step across all the debian flavors to note the service should start by default with explicit instructions how to enable the service if not. ## Related issues or tickets <!-- Related issues, pull requests, or Jira tickets --> ## Reviews <!-- Notes for reviewers here --> <!-- List applicable reviews (optionally @tag reviewers) --> - [ ] Technical review - @vvoland - [ ] Editorial review - @usha-mandya - [ ] Product review Signed-off-by: Austin Vazquez <austin.vazquez@docker.com>