From 08fc717f193519fa1fad9821d129be06ee593b9a Mon Sep 17 00:00:00 2001 From: medusa Date: Fri, 19 Apr 2024 20:56:57 +0000 Subject: [PATCH] Update docs/tech_docs/OpenWrt.md --- docs/tech_docs/OpenWrt.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/tech_docs/OpenWrt.md b/docs/tech_docs/OpenWrt.md index 057326d..47c7be2 100644 --- a/docs/tech_docs/OpenWrt.md +++ b/docs/tech_docs/OpenWrt.md @@ -123,4 +123,16 @@ Alpine Container (ID: 300): pct create 300 /var/lib/vz/template/cache/alpine-default-rootfs.tar.xz --unprivileged 1 --arch amd64 --ostype alpine --hostname alpine-0 --tag docker --storage local-lvm --cores 2 --memory 1024 --swap 256 --rootfs local-lvm:1,size=8G --net0 name=eth0,bridge=vmbr1,firewall=1 ``` +```bash +pct enter 300 +``` + +```bash +passwd +``` + +```bash +pct console 300 +``` + ## Notes \ No newline at end of file