Difference between revisions of "Docker run -it"

From wikieduonline
Jump to navigation Jump to search
Line 2: Line 2:
 
  [[docker run]] -it [[ubuntu]]
 
  [[docker run]] -it [[ubuntu]]
 
  [[docker run]] -it [[ubuntu]] [[/bin/bash]]
 
  [[docker run]] -it [[ubuntu]] [[/bin/bash]]
 +
[[docker run]] -it ubuntu:rolling /bin/bash
 +
  
 
  docker run -it [[alpine]] [[/bin/sh]]
 
  docker run -it [[alpine]] [[/bin/sh]]

Revision as of 13:42, 11 December 2023

docker run -it ubuntu
docker run -it ubuntu /bin/bash
docker run -it ubuntu:rolling /bin/bash


docker run -it alpine /bin/sh
docker run -it node
docker run -it ubuntu bash -c 'apt update -qqq & bash'

Errors

Related

See also

Advertising: