Docker Helper¶
docker start <container name> # start a container
docker run <image name> # start a image
docker volume create <volume name>
List Volumes¶
docker volume ls
Detach from container¶
Docker exit terminal without stopping, press Ctrl-p Ctrl-q
View logs¶
docker logs --tail 50 --follow --timestamps 34c5f9e76dd9
ZSH plugins¶
Docker zsh auto completion¶
https://raw.githubusercontent.com/docker/docker-ce/master/components/cli/contrib/completion/zsh/_docker