Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. k8s-master:~$ crictl --help
  2. NAME:
  3. crictl - client for CRI
  4.  
  5. USAGE:
  6. crictl [global options] command [command options] [arguments...]
  7.  
  8. VERSION:
  9. v1.12.0
  10.  
  11. COMMANDS:
  12. attach Attach to a running container
  13. create Create a new container
  14. exec Run a command in a running container
  15. version Display runtime version information
  16. images List images
  17. inspect Display the status of one or more containers
  18. inspecti Return the status of one or more images
  19. inspectp Display the status of one or more pods
  20. logs Fetch the logs of a container
  21. port-forward Forward local port to a pod
  22. ps List containers
  23. pull Pull an image from a registry
  24. ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement