Skip to content

Commit

Permalink
added a script to start the docker vm on mac osx
Browse files Browse the repository at this point in the history
  • Loading branch information
Yafra committed Oct 11, 2015
1 parent 2361bd4 commit a02d3ec
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions org.yafra.sysadm/shellscripts/start-dockervm.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/bin/bash
export WORKDIR=/work/repos

docker-machine start default
docker-machine env
eval "$(docker-machine env default)"
docker images
docker ps

0 comments on commit a02d3ec

Please sign in to comment.