Docker/Befehl: Unterschied zwischen den Versionen
Erscheinungsbild
Markierung: Zurückgesetzt |
Keine Bearbeitungszusammenfassung Markierung: Zurückgesetzt |
||
| Zeile 1: | Zeile 1: | ||
'''Docker/Befehl''' - | '''Docker/Befehl''' - Docker image and container command line interface | ||
== Beschreibung == | == Beschreibung == | ||
docker is a client for interacting with the daemon (see dockerd(8)) through the CLI. | |||
The Docker CLI has over 30 commands. The commands are listed below and each has its own man page which explains usage and arguments. | |||
To see the man page for a command run man docker . | |||
== Installation == | == Installation == | ||
== Aufruf == | == Aufruf == | ||
<syntaxhighlight lang="bash" highlight="1" line | <syntaxhighlight lang="bash" highlight="1-2" line> | ||
docker [OPTIONS] COMMAND [ARG...] | |||
docker [--help|-v|--version] | |||
</syntaxhighlight> | </syntaxhighlight> | ||
| Zeile 17: | Zeile 23: | ||
|- | |- | ||
|} | |} | ||
=== Befehler === | |||
Use "docker help" or "docker --help" to get an overview of available commands. | |||
=== Parameter === | === Parameter === | ||
| Zeile 31: | Zeile 40: | ||
== Anwendung == | == Anwendung == | ||
For specific client examples please see the man page for the specific Docker command. For example: | |||
<syntaxhighlight lang="bash" highlight="1" line copy> | <syntaxhighlight lang="bash" highlight="1" line copy> | ||
man docker-run | |||
</syntaxhighlight> | </syntaxhighlight> | ||
| Zeile 73: | Zeile 84: | ||
</noinclude> | </noinclude> | ||
Version vom 1. November 2025, 09:26 Uhr
Docker/Befehl - Docker image and container command line interface
Beschreibung
docker is a client for interacting with the daemon (see dockerd(8)) through the CLI.
The Docker CLI has over 30 commands. The commands are listed below and each has its own man page which explains usage and arguments.
To see the man page for a command run man docker .
Installation
Aufruf
docker [OPTIONS] COMMAND [ARG...]
docker [--help|-v|--version]
Optionen
| Unix | GNU | Parameter | Beschreibung |
|---|---|---|---|
Befehler
Use "docker help" or "docker --help" to get an overview of available commands.
Parameter
Umgebungsvariablen
Exit-Status
| Wert | Beschreibung |
|---|---|
| 0 | Erfolg |
| >0 | Fehler |
Anwendung
For specific client examples please see the man page for the specific Docker command. For example:
man docker-run
Problembehebung
Konfiguration
Dateien
| Datei | Beschreibung |
|---|---|
Anhang
Siehe auch
Dokumentation
- Man-Page
Links
Projekt
Weblinks