lxc.client
async-status
(async-status node {:keys [operation], :as m})
Poll for async container operations return final status
change-state
(change-state node name op)
context
(context {:keys [path p12 password crt]})
create
(create node container)
Create container using http api
delete
(delete node {:keys [name]})
Get container information
get
(get node {:keys [name]})
Get container information
image
(image node fingerprint)
into-names
(into-names {:keys [metadata]})
into-status
(into-status s)
list
(list node)
List containers in lxd instance
run
(run verb endpoint node)
(run verb endpoint {:keys [host port], :as node} opts)
start
(start node {:keys [name]})
state
(state node {:keys [name]})
Get container current state
status
(status node container)
stop
(stop node {:keys [name]})
wait-for-ip
(wait-for-ip node container timeout)