Lines Matching refs:name
45 # need a different name for each container so dnsmasq doesn't
48 name=$(uuidgen)
50 name=lxc-test-$template
53 lxc-create -t $template -n $name || FAIL "creating $template container"
54 lxc-start -n $name -d || FAIL "starting $template container"
55 lxc-wait -n $name -s RUNNING || FAIL "waiting for $template container to run"
58 lxcip=$(lxc-info -i -n $name -H | head -n 1)
71 lxcpid=`lxc-info -n $name -p -H`
78 lxc-stop -n $name -k
79 lxc-destroy -n $name