mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-01 11:42:28 +00:00
18 lines
314 B
Plaintext
18 lines
314 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# lxc-attach
|
|
|
|
> Attach to a container.
|
|
> More information: <https://linuxcontainers.org/lxc/getting-started/>.
|
|
|
|
- Attach to a container:
|
|
|
|
`sudo lxc-attach {{container_name}}`
|
|
|
|
- Display help:
|
|
|
|
`lxc-attach {{[-?|--help]}}`
|