Skip to main content

Docker Fundamentals

Docker CLI Basics

0:00
LearnStep 1/4

Docker Command Structure

Docker Command Structure

Command Format

bash

Command Categories

  • Container Commands: run, start, stop, rm, ps, logs, exec
  • Image Commands: build, pull, push, images, rmi, tag
  • Network Commands: network create, network ls, network rm
  • Volume Commands: volume create, volume ls, volume rm
  • System Commands: info, version, system prune

Getting Help

bash

Common Options

bash

Command Management Format

Modern Docker uses a management command format:

bash