We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Information is incorrect
The mirror url for fedora isn't working.
sudo dnf -y install dnf-plugins-core sudo dnf-3 config-manager --add-repo https://download.docker.com/linux/fedora/docker-ce.repo
When run, it gives an error Cannot download repodata/repomd.xml: All mirrors were tried
Cannot download repodata/repomd.xml: All mirrors were tried
Following mon's answer on StackOverFlow
It works when the url is changed to
sudo dnf-3 config-manager --add-repo=https://download.docker.com/linux/centos/docker-ce.repo
https://docs.docker.com/engine/install/fedora/#set-up-the-repository
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is this a docs issue?
Type of issue
Information is incorrect
Description
The mirror url for fedora isn't working.
When run, it gives an error
Cannot download repodata/repomd.xml: All mirrors were tried
Fix:
Following mon's answer on StackOverFlow
It works when the url is changed to
Location
https://docs.docker.com/engine/install/fedora/#set-up-the-repository
Suggestion
No response
The text was updated successfully, but these errors were encountered: