Skip to content

Instantly share code, notes, and snippets.

@pizycki
Created January 12, 2017 18:16
Show Gist options
  • Save pizycki/9d6602c49ea0dd0bdbd6f7a0d36c2781 to your computer and use it in GitHub Desktop.
Save pizycki/9d6602c49ea0dd0bdbd6f7a0d36c2781 to your computer and use it in GitHub Desktop.
Scripts for Docker Toolbox
# You should have: installed Docker Toolbox along with VirtualBox.
# This was tested on Win8.1.
docker-machine rm default;
docker-machine create default --driver virtualbox;
# docker-machine env default;
& "C:\Program Files\Docker Toolbox\docker-machine.exe" env default | Invoke-Expression;
# From now on should be able to use Docker API; f.e. type `docker ps` to see running containers.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment