You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: On remote clients, including Mac and Windows (excluding WSL2) machines, this transport is not supported.
52
53
53
54
**docker-daemon:**_docker-reference_
54
55
An image in _docker-reference_ format stored in the docker daemon internal storage. The _docker-reference_ can also be an image ID (docker-daemon:algo:digest).
Copy file name to clipboardExpand all lines: docs/source/markdown/podman-run.1.md.in
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -69,19 +69,22 @@ file, and it must not contain a digest.
69
69
70
70
$ podman save --format docker-archive fedora -o /tmp/fedora
71
71
$ podman run docker-archive:/tmp/fedora echo hello
72
+
Note: On remote clients, including Mac and Windows (excluding WSL2) machines, this transport is not supported.
72
73
73
74
**docker-daemon:**_docker-reference_
74
75
An image in _docker-reference_ format stored in the docker daemon internal storage. The _docker-reference_ can also be an image ID (docker-daemon:algo:digest).
75
76
76
77
$ sudo docker pull fedora
77
78
$ sudo podman run docker-daemon:docker.io/library/fedora echo hello
79
+
Note: On remote clients, including Mac and Windows (excluding WSL2) machines, this transport is not supported.
78
80
79
81
**oci-archive:**_path_**:**_tag_
80
82
An image in a directory compliant with the "Open Container Image Layout Specification" at the specified _path_
81
83
and specified with a _tag_.
82
84
83
85
$ podman save --format oci-archive fedora -o /tmp/fedora
84
86
$ podman run oci-archive:/tmp/fedora echo hello
87
+
Note: On remote clients, including Mac and Windows (excluding WSL2) machines, this transport is not supported.
0 commit comments