This commit is contained in:
Roger Rutishauser 2024-10-03 22:20:48 +02:00
parent a69c66ffb8
commit 6587b9e620
3 changed files with 28 additions and 2 deletions

View File

@ -50,9 +50,35 @@ volumes:
o: addr=remote-hostname.com,username=user,password=mysuperpassword,nodev,noexec,nosuid,vers=2.1,uid=1000,gid=1000 o: addr=remote-hostname.com,username=user,password=mysuperpassword,nodev,noexec,nosuid,vers=2.1,uid=1000,gid=1000
``` ```
## Docker Befehle # Docker Installation
### Anzeigen aller Container ## Windows Docker Desktop
![docker desktop install 1](img/docker-install-1.png)
![docker desktop install 2](img/docker-install-2.png)
## CentOS
https://docs.docker.com/engine/install/centos/#install-using-the-repository
## Ubuntu
https://docs.docker.com/engine/install/ubuntu/
## configure log
https://docs.docker.com/config/containers/logging/configure/
Das file muss möglicherweise zuerst erstellt werden, unter `etc/docker/daemon.json`
## Post installation steps
https://docs.docker.com/engine/install/linux-postinstall/
Docker als Dienst einrichten und user der Gruppe `docker` hinzufügen (docker Gruppe wird bei Installation erstellt).
# Docker Befehle
## Anzeigen aller Container
``` ```
sudo docker ps -a sudo docker ps -a

BIN
docker/img/docker-install-1.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 82 KiB

BIN
docker/img/docker-install-2.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB