-
Notifications
You must be signed in to change notification settings - Fork 8k
engine: fix apt-get remove command for uninstall preexisting packages #17415
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
Conversation
✅ Deploy Preview for docsdocker ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
7b3498e to
4324bb2
Compare
engine/install/debian.md
Outdated
| ``` | ||
|
|
||
| `apt-get` might report that you have none of these packages installed. | ||
| That's fine. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| That's fine. |
Not sure that's necessary, but in these cases I've never been sure what else to use… Possibly just nothing is best
4324bb2 to
1e3e693
Compare
ChrisChinchilla
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉
1e3e693 to
a8ec976
Compare
|
@thaJeztah PTAL! I've updated to remove the dated packages and included the other potential conflicts you mentioned |
engine/install/debian.md
Outdated
| - `docker-doc` | ||
| - `podman-docker` | ||
|
|
||
| Moreover, Docker Engine depends on `containerd` or `runc`. Docker Engine |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| Moreover, Docker Engine depends on `containerd` or `runc`. Docker Engine | |
| Moreover, Docker Engine depends on `containerd` and `runc`. Docker Engine |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ooopsss 🙈
thaJeztah
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
one comment (applies to all files), but otherwise LGTM 👍 (looks much better thanks!)
Signed-off-by: David Karlsson <[email protected]>
a8ec976 to
2aa6ad3
Compare
thaJeztah
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
Signed-off-by: David Karlsson [email protected]
Proposed changes
The
apt-get removecommand in docs for removing old versions of docker engine and deps would fail if a package isn't found.This changes the command to remove the packages one-by-one
Related issues (optional)
Closes #17405