Difference between revisions of "IMAGE ID"

From wikieduonline
Jump to navigation Jump to search
(Removed redirect to Docker images)
Tag: Removed redirect
 
(8 intermediate revisions by 2 users not shown)
Line 3: Line 3:
 
  [[docker images]]
 
  [[docker images]]
  
 +
$ docker images
 +
 +
REPOSITORY                TAG                IMAGE ID            CREATED            SIZE
 +
<none>                    <none>              77af4d6b9913        19 hours ago        1.089 GB
 +
committ                  latest              b6fa739cedf5        19 hours ago        1.089 GB
 +
<none>                    <none>              78a85c484f71        19 hours ago        1.089 GB
 +
docker                    latest              30557a29d5ab        20 hours ago        1.089 GB
 +
<none>                    <none>              5ed6274db6ce        24 hours ago        1.089 GB
 +
postgres                  9                  746b819f315e        4 days ago          213.4 MB
  
 +
 +
[[kubectl describe pod]] your-pod-0 -n prod | grep -i "Image ID"
 +
    Image ID:      docker-pullable://1231243423.dkr.ecr.eu-central-1.amazonaws.com/text/elasticsearch@sha256:7d88b6f306c79197cbaeaea2e0d5a2dfbd10357c1666e56d1231ecdd6cfb94c4
 +
    Image ID:
 +
    Image ID:
 +
 +
== Related ==
 +
* <code>[[aws ecr list-images --repository-name]] your-repo-name</code>
 +
* <code>[[docker image inspect]]</code>
 +
 +
== See also ==
 +
* {{docker tag}}
 
* {{docker images}}
 
* {{docker images}}
 +
 +
[[Category:Docker]]

Latest revision as of 20:15, 22 February 2024


docker images
$ docker images

REPOSITORY                TAG                 IMAGE ID            CREATED             SIZE
<none>                    <none>              77af4d6b9913        19 hours ago        1.089 GB
committ                   latest              b6fa739cedf5        19 hours ago        1.089 GB 
<none>                    <none>              78a85c484f71        19 hours ago        1.089 GB
docker                    latest              30557a29d5ab        20 hours ago        1.089 GB
<none>                    <none>              5ed6274db6ce        24 hours ago        1.089 GB
postgres                  9                   746b819f315e        4 days ago          213.4 MB


kubectl describe pod your-pod-0 -n prod | grep -i "Image ID"
   Image ID:      docker-pullable://1231243423.dkr.ecr.eu-central-1.amazonaws.com/text/elasticsearch@sha256:7d88b6f306c79197cbaeaea2e0d5a2dfbd10357c1666e56d1231ecdd6cfb94c4
   Image ID:
   Image ID:

Related[edit]

See also[edit]

Advertising: