From a6645d5f3a206e077b9ffb747ca031e56947e88f Mon Sep 17 00:00:00 2001 From: "jostein@valkyrie3.skyfritt.net" Date: Wed, 14 May 2025 09:46:53 +0200 Subject: [PATCH] Update Readme --- README.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 204b5de..955f623 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,12 @@ debian-armyknife custom ba509e499dda 11 hours ago 321MB docker run -it debian-armyknife:custom bash ``` +###### 5. Run and attach to specific network: + +``` +docker run --network [NETWORK NAME] -it debian-armyknife:custom bash +``` + ###### Add information on how to include via docker compose: @@ -38,10 +44,3 @@ missing ``` -###### Add information on how to attach to specific network: - -``` -missing -``` - -