### Problem description One of the steps at https://docs.docker.com/engine/install/ubuntu/#install-using-the-repository is to add Docker’s official GPG key like this: ``` $ curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - ``` However, the last part generates the following warning (at least on Ubuntu 20.10): > Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). Maybe it is time to use `trusted.gpg.d` as suggested by the warning?