Skip to content

Commit 6f76fc6

Browse files
committed
Update doc with podman:// scheme
1 parent 8a8d279 commit 6f76fc6

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

doc/cmd/import.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Import a container image from a specific location.
88
Schemes:
99
docker://[USER@][REGISTRY#]IMAGE[:TAG] Import a Docker image from a registry
1010
dockerd://IMAGE[:TAG] Import a Docker image from the Docker daemon
11-
podman://IMAGE[:TAG] Import a Docker image from a local podman repository
11+
podman://IMAGE[:TAG] Import a Docker image from a local Podman repository
1212
1313
Options:
1414
-a, --arch Architecture of the image (defaults to host architecture)
@@ -50,6 +50,11 @@ Digests are cached under `$ENROOT_CACHE_PATH/`.
5050
Docker image manifest version 2, schema 2.
5151
Requires the Docker CLI to communicate with the Docker daemon.
5252

53+
#### [Podman (podman://)](https://www.podman.io/)
54+
55+
Docker image manifest version 2, schema 2.
56+
Requires the Podman CLI to communicate with the local Podman repository.
57+
5358
# Configuration
5459

5560
| Setting | Default | Description |

0 commit comments

Comments
 (0)