2025-03-19 19:23:44 -06:00
|
|
|
# lxc-attach
|
|
|
|
|
|
|
|
|
|
> Attach to a container.
|
|
|
|
|
> More information: <https://linuxcontainers.org/lxc/getting-started/>.
|
|
|
|
|
|
|
|
|
|
- Attach to a container:
|
|
|
|
|
|
|
|
|
|
`sudo lxc-attach {{container_name}}`
|
2025-04-03 20:36:56 -06:00
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
- Attach to a container without passing host environment variables to it:
|
|
|
|
|
|
|
|
|
|
`sudo lxc-attach {{container_name}} --clear-env`
|
|
|
|
|
|
2025-04-03 20:36:56 -06:00
|
|
|
- Display help:
|
|
|
|
|
|
|
|
|
|
`lxc-attach {{[-?|--help]}}`
|