-
Notifications
You must be signed in to change notification settings - Fork 3k
podman-remote: run docker-archive: ... must be a docker reference #7116
Copy link
Copy link
Closed
Labels
HTTP APIBug is in RESTful APIBug is in RESTful APIkind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.locked - please file new issue/PRAssist humans wanting to comment on an old issue or PR with locked comments.Assist humans wanting to comment on an old issue or PR with locked comments.remoteProblem is in podman-remoteProblem is in podman-remotestale-issue
Description
In window 1:
$ ./bin/podman system service --timeout=0In window 2:
$ ./bin/podman save -o /tmp/alpine.tar alpine
$ ./bin/podman-remote run docker-archive:/tmp/alpine.tar date
Error: image destination "docker-archive:/tmp/alpine.tar" is not a docker-transport reference: reference "docker-archive:/tmp/alpine.tar" must be a docker referenceExpected:
$ ./bin/podman run docker-archive:/tmp/alpine.tar date
Getting image source signatures
Copying blob 50644c29ef5a [--------------------------------------] 0.0b / 0.0b
Copying config a24bb40132 done
Writing manifest to image destination
Storing signatures
Tue Jul 28 17:04:58 UTC 2020master @ 288ebec , root & rootless
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
HTTP APIBug is in RESTful APIBug is in RESTful APIkind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.locked - please file new issue/PRAssist humans wanting to comment on an old issue or PR with locked comments.Assist humans wanting to comment on an old issue or PR with locked comments.remoteProblem is in podman-remoteProblem is in podman-remotestale-issue