Searched defs:lxc (Results 1 - 3 of 3) sorted by relevance

/lxc/src/python-lxc/examples/
H A Dpyconsole.py5 # in the lxc python binding
28 import lxc namespace
42 ct = lxc.Container(sys.argv[1])
H A Dpyconsole-vte.py5 # in the lxc python binding
30 import lxc namespace
71 ct = lxc.Container(sys.argv[1])
H A Dapi_test.py4 # api_test.py: Test/demo of the python3-lxc API
27 import lxc namespace
41 container = lxc.Container(CONTAINER_NAME)
45 (lxc.default_config_path, CONTAINER_NAME))
74 == container.get_config_item("lxc.utsname"))
75 assert(container.name in lxc.list_containers())
79 capdrop = container.get_config_item("lxc.cap.drop")
80 container.clear_config_item("lxc.cap.drop")
81 container.set_config_item("lxc.cap.drop", capdrop[:-1])
82 container.append_config_item("lxc
[all...]

Completed in 19 milliseconds