Posts

Showing posts from June, 2023

Mapping from dockercli to crictl

Mapping from dockercli to crictl  crictl  is a command-line interface for  CRI -compatible container runtimes. You can use it to inspect and debug container runtimes and applications on a Kubernetes node.  crictl  and its source are hosted in the  cri-tools  repository. This page provides a reference for mapping common commands for the  docker  command-line tool into the equivalent commands for  crictl . Mapping from docker CLI to crictl The exact versions for the mapping table are for  docker  CLI v1.40 and  crictl  v1.19.0. This list is not exhaustive. For example, it doesn't include experimental  docker  CLI commands. Note:  The output format of  crictl  is similar to  docker  CLI, despite some missing columns for some CLI. Make sure to check output for the specific command if your command output is being parsed programmatically. Retrieve debugging information docker cli crictl De...

Change the trust settings of a certificate in Keychain Access on Mac

Image
  Change the trust settings of a certificate in Keychain Access on Mac In the Keychain Access app   on your Mac, select a keychain from one of the keychains lists, then double-click a certificate. Next to Trust, click the arrow   to display the trust policies for the certificate. To override the trust policies, choose new trust settings from the pop-up menus.