Skip to content

Conversation

@timohubois
Copy link
Contributor

Changed Docker configuration from systemctl enable docker to systemctl enable docker.socket. This prevents dockerd from starting automatically at boot, while still allowing it to start instantly when any Docker command is executed via socket activation.

Summary
• Saves Memory when Docker is not actively being used
• One less service starting during system boot
• Docker commands work identically - dockerd starts automatically on first use

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