Compare commits
2 Commits
24a8122222
...
52b49188f2
Author | SHA1 | Date | |
---|---|---|---|
52b49188f2
|
|||
7e8898b341
|
@@ -15,6 +15,7 @@ ISP: Yettel
|
|||||||
|
|
||||||
name: moxx
|
name: moxx
|
||||||
location: kralizec
|
location: kralizec
|
||||||
|
local_access: 192.168.1.200:8006
|
||||||
|
|
||||||
name: Serverko
|
name: Serverko
|
||||||
location: krov
|
location: krov
|
||||||
|
19
setup/ssh_to_lxc.md
Normal file
19
setup/ssh_to_lxc.md
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
---
|
||||||
|
volume: Decentrala
|
||||||
|
section: 6
|
||||||
|
title: Access Linux Containers in Moxx over `ssh`
|
||||||
|
author: Malin
|
||||||
|
source: dmz.rs
|
||||||
|
---
|
||||||
|
|
||||||
|
- Access the Kralizec network.
|
||||||
|
- `ssh` into Moxx.
|
||||||
|
- Use `pct` to find and access containers.
|
||||||
|
|
||||||
|
```sh
|
||||||
|
pct list | grep -v stopped
|
||||||
|
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.
|
Reference in New Issue
Block a user