From 9f7579a55e4dd6efac37f5f7b322ba16c538fd95 Mon Sep 17 00:00:00 2001 From: Raine Date: Sun, 19 Nov 2023 01:21:13 +0100 Subject: [PATCH] feat: container function --- crates/10-zsh/files/.zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/10-zsh/files/.zshrc b/crates/10-zsh/files/.zshrc index ec5a17b..5e5ea4e 100644 --- a/crates/10-zsh/files/.zshrc +++ b/crates/10-zsh/files/.zshrc @@ -37,6 +37,7 @@ container() { -ti \ --rm \ --name tmp-$(id -u)-$(openssl rand -hex 8) \ + --network ${CONTAINER_NETWORK:-internal} \ alpine \ ash }