Restart docker after configuration.

pull/1858/head
dlorenc 2017-08-21 15:26:41 -07:00 committed by dlorenc
parent ea8220868f
commit 9b2dd165b3
1 changed files with 1 additions and 1 deletions

View File

@ -262,7 +262,7 @@ func configureAuth(p *BuildrootProvisioner) error {
return err
}
if err := p.Service("docker", serviceaction.Start); err != nil {
if err := p.Service("docker", serviceaction.Restart); err != nil {
return err
}