diff --git a/setup/ssh_to_lxc.md b/setup/ssh_to_lxc.md index 932ce48..30a77b9 100644 --- a/setup/ssh_to_lxc.md +++ b/setup/ssh_to_lxc.md @@ -27,3 +27,10 @@ pct enter 112 - Don't tell people to type 'pct enter', or they will type `pct`, and hit the enter key I TOLD YOU ALL THE KEY SHOULD BE CALLED RETURN. - Now you're in the container. + +## Just for Fun + +```sh +pct list | grep -v VMID |\ + column -J -N vmid,state,current,name | less -R +```