Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

engine/install: enable engine as system service on rpm installs #21382

Closed
wants to merge 1 commit into from

Conversation

thaJeztah
Copy link
Member

Unlike deb-based systems, installing an rpm doesn't automatically start the Docker service, and starting the service doesn't make it automatically start on (re)boot.

Update the instructions so that Docker is automatically started on boot.

Description

Related issues or tickets

Reviews

  • Technical review
  • Editorial review
  • Product review

@thaJeztah thaJeztah added area/engine Issue affects Docker engine/daemon area/install Relates to installing a product labels Nov 8, 2024
@thaJeztah thaJeztah self-assigned this Nov 8, 2024
Copy link

netlify bot commented Nov 8, 2024

Deploy Preview for docsdocker ready!

Name Link
🔨 Latest commit 6531a76
🔍 Latest deploy log https://app.netlify.com/sites/docsdocker/deploys/672df8a24babec000836467e
😎 Deploy Preview https://deploy-preview-21382--docsdocker.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Unlike deb-based systems, installing an rpm doesn't automatically
start the Docker service, and starting the service doesn't make
it automatically start on (re)boot.

Update the instructions so that Docker is automatically started
on boot.

Signed-off-by: Sebastiaan van Stijn <[email protected]>
Copy link
Collaborator

@dvdksn dvdksn left a comment

Choose a reason for hiding this comment

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

I would really like to avoid starting containerd as a service manually. It doesn't seem necessary. Let's go with my PR instead.

@dvdksn
Copy link
Collaborator

dvdksn commented Nov 8, 2024

Superseded by #21380

@dvdksn dvdksn closed this Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/engine Issue affects Docker engine/daemon area/install Relates to installing a product
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants