prezto/modules/docker
2016-05-27 11:08:22 -04:00
..
init.zsh remove completions and switch to docker-machine 2016-05-27 11:08:22 -04:00
README.md Add the new aliases and commands for docker along with the README 2015-04-29 23:59:44 -04:00

Docker

Enables boot2docker and docker support.

boot2docker

Will automatically set the environment if boot2docker is running.

  • b2d boot2docker
  • b2dstart start docker vm, set environment
  • b2dssh ssh to the boot2docker vm
  • b2dstop stop the boot2docker vm
  • b2di show boot2docker status

docker

  • doc docker
  • docp docker ps
  • docpa docker ps -a
  • docimg show docker images
  • docbash launch bash in an already running container