Skip to content

mrtc0/lxdexec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lxdexec

LXD Exec API wrapper

Example

_, uuid := lxdexec.ContainerExec('container1', ["echo", "hello"])
lxdexec.Wait(uuid)
_, stdout, stderr := lxdexec.COntainerGetStd('container1', uuid)
fmt.Println(stdout) // => hello

Releases

No releases published

Sponsor this project

Packages

 
 
 

Languages