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

Fix installation of incorrect docker version #11

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

slarimore02
Copy link
Collaborator

Fixes for installing an incompatible docker version (1.13.1) using docker.io. The fixes use an Rancher written bash script to install 1.12.6.

@@ -53,6 +53,8 @@ for pkg in ${pkg}; do
fi
done

curl https://raw.githubusercontent.com/rancher/install-docker/master/1.12.6.sh | bash
Copy link
Owner

Choose a reason for hiding this comment

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

I would like to put this into a conditional rather than issuing a reinstall each time. according to dockers documentation (and i've experienced this first hand) reinstalling without removal first can cause some really strange issues. other than that, good find.

we could actually take this script, own it, and add the conditional to the script. i don't typically like own things, but in this case, it could prevent issues in the case where they pull the script for some reason.

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.

None yet

2 participants