Difference between revisions of "Red Hat Universal Base Images (UBI)"
Jump to navigation
Jump to search
(10 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | [[wikipedia:Universal Base Images]] | ||
[[docker run]] -it --name mytest [[registry.access.redhat.com]]/ubi8/ubi:8.1 bash | [[docker run]] -it --name mytest [[registry.access.redhat.com]]/ubi8/ubi:8.1 bash | ||
+ | [[docker run]] -it redhat/ubi9-micro | ||
− | |||
− | |||
− | {{Red Hat}} | + | |
+ | [[docker run]] -it redhat/ubi8 | ||
+ | [[docker run]] -it redhat/ubi8-minimal | ||
+ | |||
+ | [[docker run -it]] [[registry.access.redhat.com]]/ubi7/ubi bash | ||
+ | Unable to find image 'registry.access.redhat.com/ubi7/ubi:latest' locally | ||
+ | latest: Pulling from ubi7/ubi | ||
+ | [[docker: no matching manifest for linux/arm64/v8 in the manifest list entries.]] | ||
+ | See 'docker run --help'. | ||
+ | |||
+ | |||
+ | [[docker search registry.access.redhat.com/ubi]] | ||
+ | |||
+ | == Related == | ||
+ | * <code>[[yum list]]</code> | ||
+ | * <code>[[docker run ubuntu]]</code> | ||
+ | |||
+ | == See also == | ||
+ | * {{Red Hat}} | ||
+ | |||
+ | [[Category:Red Hat]] |
Latest revision as of 15:12, 5 February 2024
wikipedia:Universal Base Images
docker run -it --name mytest registry.access.redhat.com/ubi8/ubi:8.1 bash
docker run -it redhat/ubi9-micro
docker run -it redhat/ubi8 docker run -it redhat/ubi8-minimal
docker run -it registry.access.redhat.com/ubi7/ubi bash Unable to find image 'registry.access.redhat.com/ubi7/ubi:latest' locally latest: Pulling from ubi7/ubi docker: no matching manifest for linux/arm64/v8 in the manifest list entries. See 'docker run --help'.
docker search registry.access.redhat.com/ubi
Related[edit]
See also[edit]
Advertising: