File tree 1 file changed +6
-1
lines changed
1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Import a container image from a specific location.
8
8
Schemes:
9
9
docker://[USER@][REGISTRY#]IMAGE[:TAG] Import a Docker image from a registry
10
10
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
12
12
13
13
Options:
14
14
-a, --arch Architecture of the image (defaults to host architecture)
@@ -50,6 +50,11 @@ Digests are cached under `$ENROOT_CACHE_PATH/`.
50
50
Docker image manifest version 2, schema 2.
51
51
Requires the Docker CLI to communicate with the Docker daemon.
52
52
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
+
53
58
# Configuration
54
59
55
60
| Setting | Default | Description |
You can’t perform that action at this time.
0 commit comments