Main Menu

Search

HTML - Home - ABOUT TARBOTS


Welcome to tarbots.com
... AI Search Assistant

This site has articles which provides information on everyday commands, procedures & scripts for DevOps & Infrastructure technologies which will be very useful for System Admin, DevOps, CloudOps, Network Admins and any teams or individuals working on Infrastructure technologies.

CLICK HERE to learn more about tarbots.com


Technologies Covered In This Site

HTML - HOME - RECENT ARTICLES TITLE


Recent Articles


PODMAN: How To Forcibly Remove/Delete Podman Image?

Following Command can be used to Forcibly Remove/Delete Podman Image.

podman rmi <image> --force



Keywords:

delete deleting remove removing image images clean cleaning cleanup

OCNE: Podman/Crictl Pull Commands To Pull OCK Image

Below are crictl and podman pull commands to pull OCK image of OCNE 2.x version. Change the OCK image version in below command as needed.

crictl pull container-registry.oracle.com/olcne/ock:1.32

podman pull container-registry.oracle.com/olcne/ock:1.32



Keywords:

OCNE Oracle Cloud Native Environment olcne CNE OCK Container Engine Kubernetes command commands ocne pulling 

CRIO: How to Specify Registry Credentials (Login Username and Password) With Crictl Command?

Following command can be used to Specify Registry Credentials (Login Username and Password) With crictl Command.

Replace private registry hostname and port number in below command.

crictl pull --creds "username:password" private-registry:5000/nginx:latest


Keywords:

crio cri-o crictl command commands credentials credential username password user authenticate authenticating push pushing pull pulling


PODMAN: How to Specify Registry Credentials (Login Username and Password) With Podman Command?

Following command can be used to Specify Registry Credentials (Login Username and Password) With Podman Command.

Replace private registry hostname and port number in below command.

podman pull --creds "username:password" private-registry:5000/nginx:latest


Keywords:

pulling pushing push pull credentials username password user authenticate logging authenticating