Skip to content

Installing Docker and Heimdall on Ubuntu 22 LTS #845

@TechDufus

Description

@TechDufus

See the below discussion. These instructions should be changed to account for apt-key deprecation in Ubuntu 22.04 LTS

Here's how I was able to add this keyring

curl -fsSL https://download.docker.com/linux/ubuntu/gpg | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/ubuntu_docker.gpg > /dev/null

Discussed in #778

Originally posted by KodeStar March 17, 2022

Install Docker

Step 1 – Add the GPG key for the official Docker repository to the system:

curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions