Skip to content

docker install failing on Ubuntu 14.04 with docker-ce-rootless-extras package not found #222

@parepallykiran

Description

@parepallykiran

Running below command on Ubuntu 14.04 is failing with mentioned error:

Command:
curl -sSL https://get.docker.com/ | sh

Error:
sh -c DEBIAN_FRONTEND=noninteractive apt-get install -y -qq docker-ce-rootless-extras >/dev/null
E: Unable to locate package docker-ce-rootless-extras

We don't see required package is available for Ubuntu v14.04. Its available only from Ubuntu 20.x. https://download.docker.com/linux/ubuntu/dists/trusty/pool/stable/amd64/

We are using Vagrant docker provisioner and vagrant is running above mentioned command to install docker on VM. This worked without any issues in the past.

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