Docker und Docker Compose auf Raspian
Install Docker The connection is set up, it’s time to install Docker. Fortunately, Docker provides a handy install script for that. curl -sSL https://get.docker.com | sh...
Install Docker The connection is set up, it’s time to install Docker. Fortunately, Docker provides a handy install script for that. curl -sSL https://get.docker.com | sh...
1. Ordner anlegen mkdir -p /opt/containers/pi-hole/{pihole,dnsmasq} 2. Docker Compose anlegen Nun legen wir die eigentliche Docker Datei an. Hierfür habe ich mir die offizielle Pi hole Compose genommen...
docker start <container_name> oder <container_id> docker stop <container_name> oder <container_id> docker rm <container_name> oder <container_id>
Automatische Installation Die Installation von Docker wird mittels einem automatisiertem Script durchgeführt, welches direkt von Docker zur Verfügung gestellt wird. Das Script benötigt keine...