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
File: engine/install/ubuntu.md
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
Should be replaced with something like
wget https://download.docker.com/linux/ubuntu/gpg -O /etc/apt/trusted.gpg.d/docker.gpg
The text was updated successfully, but these errors were encountered:
See #11990
Sorry, something went wrong.
Closed issues are locked after 30 days of inactivity. This helps our team focus on active issues.
If you have found a problem that seems similar to this, please open a new issue.
/lifecycle locked
Successfully merging a pull request may close this issue.
File: engine/install/ubuntu.md
Should be replaced with something like
The text was updated successfully, but these errors were encountered: