https://github.com/saltstack-formulas/docker-formula
Install and set up Docker
https://github.com/saltstack-formulas/docker-formula
Last synced: 9 months ago
JSON representation
Install and set up Docker
- Host: GitHub
- URL: https://github.com/saltstack-formulas/docker-formula
- Owner: saltstack-formulas
- License: other
- Created: 2013-09-10T17:08:49.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2025-04-07T20:01:28.000Z (10 months ago)
- Last Synced: 2025-04-07T21:13:39.333Z (10 months ago)
- Language: SaltStack
- Homepage: http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html
- Size: 637 KB
- Stars: 137
- Watchers: 43
- Forks: 329
- Open Issues: 22
-
Metadata Files:
- Readme: docs/README.apt.keyring.rst
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: CODEOWNERS
- Authors: AUTHORS.md
Awesome Lists containing this project
README
.. _readme_apt_keyrings:
apt repositories' keyrings
==========================
Debian family of OSes deprecated the use of `apt-key` to manage repositories' keys
in favor of using `keyring files` which contain a binary OpenPGP format of the key
(also known as "GPG key public ring")
As docker don't provide such key files, we created them following the
official recomendations in their sites and install the resulting files.
See https://docs.docker.com/engine/install/debian/#install-using-the-repository for details
.. code-block:: bash
$ curl -fsSL https://download.docker.com/linux/debian/gpg | \
gpg --dearmor --output docker-archive-keyring.gpg