docker run -it

From wikieduonline
Revision as of 13:42, 11 December 2023 by Welcome (talk | contribs)
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

Related

See also

Advertising: