various
This commit is contained in:
parent
a69c66ffb8
commit
6587b9e620
@ -50,9 +50,35 @@ volumes:
|
||||
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
|
||||
|
||||

|
||||

|
||||
|
||||
## 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
|
||||
|
||||
BIN
docker/img/docker-install-1.png
Executable file
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
BIN
docker/img/docker-install-2.png
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 28 KiB |
Loading…
Reference in New Issue
Block a user