ultimately I'd like to do this in python:

lxc-attach --clear-env -n lxcws -v TERM=xterm

So far I managed to clear the env variables doing the following, but I
didn't find a way to pass the TERM env variable.

container.attach_wait(lxc.attach_run_command,
                      ["apt-get", "dist-upgrade", "-y"],
                      env_policy=lxc.LXC_ATTACH_CLEAR_ENV)



-- 
benoit barthelet
http://pgp.mit.edu/pks/lookup?op=get&search=0xF150E01A72F6D2EE
_______________________________________________
lxc-users mailing list
lxc-users@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-users

Reply via email to