mirror of
https://github.com/cytopia/devilbox.git
synced 2024-12-23 14:42:25 +00:00
1.0 KiB
1.0 KiB
- orphan
Find Docker Toolbox IP address
Table of Contents
- local
Get IP address
Open an environment prepared Terminal
Enter the following command to get the IP address of the Docker Toolbox virtual machine:
host> docker-machine ip default 192.168.99.100
The above example outputs 192.168.99.100
, but this might be a different IP address on your machine.
howto_open_terminal_on_mac
howto_open_terminal_on_win
What to do with it
The Docker Toolbox IP address is the address where the Devilbox intranet as well as all of its projects will be available at.
- Use it to access the intranet via your browser (
http://192.168.99.100
in this example) - Use it for manual DNS entries
howto_add_project_hosts_entry_on_mac
howto_add_project_hosts_entry_on_win