Difference between revisions of "Docker run redhat"

From wikieduonline
Jump to navigation Jump to search
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{lc}}
 
{{lc}}
  
  docker run -it redhat/[[ubi]]9.3
+
  docker run -it redhat/[[ubi]]9 /bin/bash
  
  docker run -it redhat/[[ubi]]8
+
  docker run -it redhat/[[ubi]]8 /bin/bash
 +
docker run -it --name test [[registry.access.redhat.com]]/ubi8/ubi:[[8.1]] bash
  
 +
[[registry.access.redhat.com]]
  
 
== Errors ==
 
== Errors ==

Latest revision as of 16:05, 5 February 2024

docker run -it redhat/ubi9 /bin/bash 
docker run -it redhat/ubi8 /bin/bash 
docker run -it --name test registry.access.redhat.com/ubi8/ubi:8.1 bash
registry.access.redhat.com

Errors[edit]

docker run -it redhat /bin/bash 
Unable to find image 'redhat:latest' locally
docker: Error response from daemon: pull access denied for redhat, repository does not exist or may require 'docker login': denied: requested access to the resource is denied.
See 'docker run --help'.


Related[edit]

See also[edit]

Advertising: