You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Alex O. Karasulu edited this page Jan 19, 2018
·
5 revisions
Attach
attach [options] <container name> - attach to container
Options:
--clear, -c attach with clear environment
--x86, -x use x86 personality
--regular, -r connect as regular user
Example:
subutai attach container1
Description:
Allows user to use container's TTY. <container name> - should be available running Subutai container, otherwise command will return error message and non-zero exit code.
This command is not fully implemented, please use lxc-attach <container name> command instead.