Open
Description
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
Labels
No labels