Computer Science, asked by umakantchoudhary00, 21 hours ago

kubernates in the backend contacts which of the following tools to create the containers?

a) Docker
b) Pod
c) CRI-O
d) Podman​

Answers

Answered by zaidanjack2934
0

Run the Oracle Linux 8 Slim Image

Create a interactive container running the bash shell. Copy podman run --rm -it oraclelinux:8-slim. ...

Exit the container. Copy exit. ...

Run the same command again, without the --rm option. ...

Exit the container as before.

Get a list of all containers in local storage.

Similar questions