Skip to content

install.sh: Actually start Docker daemon via systemctl#556

Merged
vvoland merged 1 commit intodocker:masterfrom
vlivyur:master
Apr 24, 2026
Merged

install.sh: Actually start Docker daemon via systemctl#556
vvoland merged 1 commit intodocker:masterfrom
vlivyur:master

Conversation

@vlivyur
Copy link
Copy Markdown
Contributor

@vlivyur vlivyur commented Apr 23, 2026

Installing on fresh Fedora 43 Server Edition using curl -fsSL https://get.docker.com | sudo bash results in a disabled Docker service. The installation script also outputs a meaningless list of all units during installation. It happens because it runs sh -c systemctl enable --now docker.service instead of sh -c "systemctl enable --now docker.service" - and only bare systemctl command is executed without the parameters. This commit fixes this behaviour.

Signed-off-by: vlivyur <vlivyur@gmail.com>
Copy link
Copy Markdown
Contributor

@vvoland vvoland left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

@vvoland vvoland merged commit f2b0ef9 into docker:master Apr 24, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants