Site icon LinuxCommands.site

Docker common commands list with examples

Docker is an open source application container engine that allows developers to package their applications and dependencies into a portable image, then publish it to any popular Linux or Windows machine, or implement virtualization. Containers are fully sandboxed and there will be no interfaces between them.

Docker includes three basic concepts:

Docker uses a client-server (C/S) architecture pattern and uses remote APIs to manage and create Docker containers.

This article shares common commands of docker and examples.

Image Repository Commands

Local Image Manage Commands

Container  Manage Commands

Container Lifecycle Manage Commands

Docker Management Commands

Run ‘docker COMMAND –help‘ for more information on a command.

Exit mobile version