stop docker machines
This commit is contained in:
parent
ac0317d05c
commit
2d8da47506
@ -3,6 +3,9 @@
|
|||||||
# shutdown vagrant boxes
|
# shutdown vagrant boxes
|
||||||
for box in $(vagrant global-status|grep running|awk '{ print $1 }'); do vagrant halt $box; done
|
for box in $(vagrant global-status|grep running|awk '{ print $1 }'); do vagrant halt $box; done
|
||||||
|
|
||||||
|
# shutdown docker machines
|
||||||
|
for machine in $(docker-machine ls -q); do docker-machine stop $machine; done
|
||||||
|
|
||||||
# kill tmux sessions
|
# kill tmux sessions
|
||||||
tmux kill-server
|
tmux kill-server
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user