September 2024
Intermediate to advanced
743 pages
27h 48m
English
The following table provides an overview of the most important commands related to using Docker containers and images. For more detailed descriptions, including examples and corresponding parameters for each command, refer to the official command reference documentation at https://docs.docker.com/engine/reference/commandline/docker.
|
Command (Without Parameters) |
Description |
|---|---|
|
General |
|
|
docker login |
Logging on to a Docker registry |
|
docker logout |
Logging out from a Docker registry |
|
docker search |
Searching a Docker image in the currently configured Docker registry |
|
Container |
|
|
docker create |
Creating a container without starting it |
|
docker exec |
Executing a specific command within ... |
Read now
Unlock full access