docker run -it

From wikieduonline
Revision as of 10:53, 19 February 2024 by Welcome (talk | contribs) (→‎Related)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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[edit]

Related[edit]

See also[edit]

Advertising: