MyFirstBrain/Technik/Docker-Howtos.md

18 lines
394 B
Markdown
Raw Normal View History

2025-07-27 19:00:52 +02:00
---
created: 2025-07-20T17:22
updated: 2025-07-20T17:22
---
2024-11-12 18:45:05 +01:00
Obsidian in einem Docker siehe :
2024-11-23 11:02:55 +01:00
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