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
apt-key
The manual installation instructions for Linux should be updated. https://github.com/draios/sysdig/wiki/How-to-Install-Sysdig-for-Linux#user-content-manual-installation It is currently advised to use
curl -s https://download.sysdig.com/DRAIOS-GPG-KEY.public | sudo apt-key add - sudo curl -s -o /etc/apt/sources.list.d/draios.list https://download.sysdig.com/stable/deb/draios.list sudo apt-get update
The apt-key command is deprecated.
Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). OK
Based on the suggestion in the man page, I successfully used this command instead.
man
wget -qO- https://download.sysdig.com/DRAIOS-GPG-KEY.public | sudo tee /etc/apt/trusted.gpg.d/DRAIOS-sysdig.asc
Please consider updating the documentation.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The manual installation instructions for Linux should be updated.
https://github.com/draios/sysdig/wiki/How-to-Install-Sysdig-for-Linux#user-content-manual-installation
It is currently advised to use
The
apt-key
command is deprecated.Based on the suggestion in the
man
page, I successfully used this command instead.Please consider updating the documentation.
The text was updated successfully, but these errors were encountered: