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