Return to site

DOCKER COMMANDS TOP10

ยท devops

โ€•๐๐จ๐œ๐ค๐ž๐ซ ๐š๐ญ๐ญ๐š๐œ๐ก - Attaches your local input/output/error stream to a running container.

โ€•๐๐จ๐œ๐ค๐ž๐ซ ๐œ๐จ๐ฆ๐ฆ๐ข๐ญ - Creates a new image from the current changed state of the container.

โ€•๐๐จ๐œ๐ค๐ž๐ซ ๐ž๐ฑ๐ž๐œ - Runs a command in a container that is active or running.

โ€•๐๐จ๐œ๐ค๐ž๐ซ ๐ก๐ข๐ฌ๐ญ๐จ๐ซ๐ฒ - Displays the history of an image.

โ€•๐๐จ๐œ๐ค๐ž๐ซ ๐ข๐ง๐Ÿ๐จ - Shows system-wide information.

โ€•๐๐จ๐œ๐ค๐ž๐ซ ๐ข๐ง๐ฌ๐ฉ๐ž๐œ๐ญ - Finds system-level information about docker containers and images.

โ€•๐๐จ๐œ๐ค๐ž๐ซ ๐ฅ๐จ๐ ๐ข๐ง - Logins to local registry or Docker Hub.

โ€•๐๐จ๐œ๐ค๐ž๐ซ ๐ฉ๐ฎ๐ฅ๐ฅ - Pulls an image or a repository from your local registry or Docker Hub.

โ€•๐๐จ๐œ๐ค๐ž๐ซ ๐ฉ๐ฌ - Lists various properties of containers.

โ€•๐๐จ๐œ๐ค๐ž๐ซ ๐ซ๐ž๐ฌ๐ญ๐š๐ซ๐ญ - Stops and starts a container.

โ€•๐๐จ๐œ๐ค๐ž๐ซ ๐ซ๐ฆ - Remove containers.

โ€•๐๐จ๐œ๐ค๐ž๐ซ ๐ซ๐ฆ๐ข - Remove images

โ€•๐๐จ๐œ๐ค๐ž๐ซ ๐ซ๐ฎ๐ง - Runs a command in an isolated container.

โ€•๐๐จ๐œ๐ค๐ž๐ซ ๐ฌ๐ž๐š๐ซ๐œ๐ก - Searches the Docker Hub for images.

โ€•๐๐จ๐œ๐ค๐ž๐ซ ๐ฌ๐ญ๐š๐ซ๐ญ - Starts already stopped containers.

โ€•๐๐จ๐œ๐ค๐ž๐ซ ๐ฌ๐ญ๐จ๐ฉ - Stops running containers.

โ€•๐๐จ๐œ๐ค๐ž๐ซ ๐ฏ๐ž๐ซ๐ฌ๐ข๐จ๐ง - Provides docker version information.