0:00
0% complete
LearnStep 1 of 4
Docker Command Structure
Learning Objectives
- •Master basic Docker CLI commands
- •Understand command structure
- •Work with containers and images
Lesson Outline
LearnStep 1/4
Docker Command Structure
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