2.Pouch命令介绍

作者: cooling2016 | 来源:发表于2018-06-10 10:21 被阅读7次

    引言

    本文是从pouch【hlep】中导出生成的文档。

    pouch is a client side tool pouch to interact with daemon side process pouchd. Flags and arguments can be input to do what actually you wish. Then pouch parses the flags and arguments and sends a RESTful request to daemon side pouchd.
    
    Usage:
      pouch [command]
    
    Available Commands:
      create        Create a new container with specified image
      exec          Exec a process in a running container
      gen-doc       Generate docs
      help          Help about any command
      image         Manage image
      images        List all images
      info          Display system-wide information
      inspect       Get the detailed information of container
      login         Login to a registry
      logout        Logout from a registry
      logs          Print a container's logs
      network       Manage pouch networks
      pause         Pause one or more running containers
      ps            List containers
      pull          Pull an image from registry
      remount-lxcfs remount lxcfs bind in containers
      rename        Rename a container with newName
      restart       restart one or more containers
      rm            Remove one or more containers
      rmi           Remove one or more images by reference
      run           Create a new container and start it
      start         Start one or more created or stopped containers
      stop          Stop one or more running containers
      tag           Create a tag TARGET_IMAGE that refers to SOURCE_IMAGE
      top           Display the running processes of a container
      unpause       Unpause one or more paused container
      update        Update the configurations of a container
      upgrade       Upgrade a container with new image and args
      version       Print versions about Pouch CLI and Pouchd
      volume        Manage pouch volumes
    
    Flags:
      -D, --debug              Switch client log level to DEBUG mode
      -h, --help               help for pouch
      -H, --host string        Specify connecting address of Pouch CLI (default "unix:///var/run/pouchd.sock")
          --tlscacert string   Specify CA file of TLS
          --tlscert string     Specify cert file of TLS
          --tlskey string      Specify key file of TLS
          --tlsverify          Use TLS and verify remote
    
    Use "pouch [command] --help" for more information about a command.
    
    
    

    相关文章

      网友评论

        本文标题:2.Pouch命令介绍

        本文链接:https://www.haomeiwen.com/subject/lnrfeftx.html