Skip to content

Don't use docker daemon to download images (nodeadm download) #100

Open
@asafo

Description

@asafo

Trying to automate klusterkit packaging into a Dockerfile, but:

RUN nodeadm download

will fail: Failed to list images with error Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?

I found no way to let the docker build command (re-)use the docker daemon.

There must be a way to implement this, i.e: download images and save to files, without running the docker cli and requiring a docker daemon (e.g: skopeo)

Thanks

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