Difference between revisions of "Docker run -it"
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
docker run -it [[alpine]] [[/bin/sh]] | docker run -it [[alpine]] [[/bin/sh]] | ||
+ | |||
+ | == Errors == | ||
+ | * <code>[[OCI runtime exec failed]]</code> | ||
== Related == | == Related == | ||
* <code>[[docker inspect]]</code> | * <code>[[docker inspect]]</code> | ||
* <code>[[docker run -d -it]]</code> | * <code>[[docker run -d -it]]</code> | ||
− | |||
== See also == | == See also == |
Revision as of 18:53, 28 February 2023
docker run -it ubuntu docker run -it ubuntu /bin/bash
docker run -it alpine /bin/sh
Errors
Related
See also
Advertising: