Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Documented install breaks docker-ce .deb installations #443

Closed
stealthybox opened this issue Sep 20, 2019 · 0 comments · Fixed by #454
Closed

Documented install breaks docker-ce .deb installations #443

stealthybox opened this issue Sep 20, 2019 · 0 comments · Fixed by #454
Labels
area/runtime Issues related to container runtimes kind/bug Categorizes issue or PR as related to a bug. kind/documentation Categorizes issue or PR as related to documentation. priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
Milestone

Comments

@stealthybox
Copy link
Contributor

This is because we document that users install containerd from the default ubuntu apt repos.
docker-ce uses its own version called containerd.io.

These packages conflict and installing one will stop the other from running which naturally kills dockerd as well.

We can prevent this by checking for which containerd before installing the recommended package.

@stealthybox stealthybox added kind/bug Categorizes issue or PR as related to a bug. kind/documentation Categorizes issue or PR as related to documentation. priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release. area/runtime Issues related to container runtimes labels Sep 20, 2019
@stealthybox stealthybox added this to the v0.6.1 milestone Sep 20, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area/runtime Issues related to container runtimes kind/bug Categorizes issue or PR as related to a bug. kind/documentation Categorizes issue or PR as related to documentation. priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant