Difference between revisions of "Docker run -it"
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
docker run -it [[alpine]] [[/bin/sh]] | docker run -it [[alpine]] [[/bin/sh]] | ||
− | docker run -it ubuntu bash -c '[[apt update - | + | docker run -it ubuntu bash -c '[[apt update -qqq]] & bash' |
== Errors == | == Errors == |
Revision as of 10:55, 8 April 2023
docker run -it ubuntu docker run -it ubuntu /bin/bash
docker run -it alpine /bin/sh
docker run -it ubuntu bash -c 'apt update -qqq & bash'
Errors
Related
See also
Advertising: