Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 228 Bytes

File metadata and controls

15 lines (13 loc) · 228 Bytes

Get the Docker Machine IP

docker-machine ip default
<THE_IP_OF_THE_MACHINE>

Stop the Docker Machine

docker-machine stop default

Start the Docker Machine

docker-machine start default