Docker
Cheatsheet
Image
Docker Hub
Container
Dockerfile
Volume
Service
Network
Swarm
Kubernetes
Tips
oh-my-zsh
If you are using zsh as shell and oh-my-zsh, use the plugins docker
and docker-compose
.
In the .zshrc
file, find the line plugins=(...)
, add the two plugins.
plugins=(... docker docker-compose)
When a command is entered (partially), press tab
to see available options and their description. Press tab multiple times to iterate through the options.