Skip to content

Instantly share code, notes, and snippets.

@jadhavj
Created September 10, 2018 07:20
Show Gist options
  • Save jadhavj/fe910e5a079d8b1832f3210d392a74e1 to your computer and use it in GitHub Desktop.
Save jadhavj/fe910e5a079d8b1832f3210d392a74e1 to your computer and use it in GitHub Desktop.
([adsi]”WinNT://./Hyper-V Administrators,group”).Add(“WinNT://$env:UserDomain/$env:Username,user”)
minishift config set vm-driver virtualbox
https://www.marksei.com/openshift-minishift-widnows/
https://bierkowski.com/minishift-setup-on-windows/
minishift console
minishift start --memory=6000
https://fabric8.io/guide/getStarted/minishift.html
-- If docker and minishift both are installed
docker-machine create -d hyperv --hyperv-virtual-switch external-switch tempbox1
docker build -t jujadhav/cluster:c51 .
docker push jujadhav/cluster:c51
docker build -t jujadhav/play:p58 .
docker push jujadhav/play:p58
docker run -p 9000:9000 -ti jujadhav/akka:t43
curl localhost:9000/ping
# Delete all containers
docker rm $(docker ps -a -q)
# Delete all images
docker rmi $(docker images -q) -f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment