zoukankan      html  css  js  c++  java
  • Saltstack module container_resource 详解

    container_resource.cache_file

    Wrapper for cp.cache_file which raises an error if the file was unable to
    be cached.
    
    CLI Example:
    
        salt myminion container_resource.cache_file salt://foo/bar/baz.txt
    

    container_resource.run

    Common logic for running shell commands in containers
    
    path
        path to the container parent (for LXC only)
        default: /var/lib/lxc (system default)
    
    CLI Example:
    
        salt myminion container_resource.run mycontainer 'ps aux' container_type=docker exec_driver=nsenter output=stdout
    

    container_resource.copy_to

    Common logic for copying files to containers
    
    path
        path to the container parent (for LXC only)
        default: /var/lib/lxc (system default)
    
    CLI Example:
    
        salt myminion container_resource.copy_to mycontainer /local/file/path /container/file/path container_type=docker exec_driver=nsenter
  • 相关阅读:
    note
    deep learning
    matlab远程调试
    faster rcnn
    十一旅行
    python生成随机数
    python 读取mat文件
    opencv anaconda
    python文件操作
    python换行
  • 原文地址:https://www.cnblogs.com/randomlee/p/Saltstack_module_container_resource.html
Copyright © 2011-2022 走看看