From f9889c37f65e58a63f6f81f31e09841acee226f5 Mon Sep 17 00:00:00 2001 From: ralfk Date: Sat, 23 Nov 2024 11:02:55 +0100 Subject: [PATCH] Surface8: 2024-11-23 11:02:55 --- Technik/Docker-Howtos.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/Technik/Docker-Howtos.md b/Technik/Docker-Howtos.md index cd80121..bc3ea39 100644 --- a/Technik/Docker-Howtos.md +++ b/Technik/Docker-Howtos.md @@ -1,3 +1,14 @@ Obsidian in einem Docker siehe : -https://github.com/rsmacapinlac/docker-obsidian \ No newline at end of file +https://github.com/rsmacapinlac/docker-obsidian + + +Um alle laufenden Container anzuzeigen : + +sudo docker container ls + + +Um eine Bash in einem Docker Container zu bekommen : +sudo docker container exec -it {Name des Containerts} /bin/bash + +sudo docker container exec -it nextcloud-aio-apache /bin/bash \ No newline at end of file