Linux command
lxc-attach 命令
安全
权限或系统影响较大,执行前请核对目标。
常用示例
Attach
sudo lxc-attach [container_name]
Example
lxc-attach --help
说明
lxc-attach starts a process inside a running LXC container, effectively attaching a shell or running a command within the container's namespace.
参数
- -n, --name NAME
- Container name
- -e, --elevated-privileges
- Don't drop capabilities
- -a, --arch ARCH
- Set architecture
- -s, --namespaces PID|MNT|...
- Attach to specific namespaces only
- -- COMMAND
- Command to run inside container
- -?, --help
- Display help information
FAQ
What is the lxc-attach command used for?
lxc-attach starts a process inside a running LXC container, effectively attaching a shell or running a command within the container's namespace.
How do I run a basic lxc-attach example?
Run `sudo lxc-attach [container_name]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -n, --name NAME do in lxc-attach?
Container name