20 lines
431 B
Markdown
20 lines
431 B
Markdown
---
|
|
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.
|