Mac /etc/hosts: Difference between revisions
Jump to navigation
Jump to search
Line 18: | Line 18: | ||
::1 localhost | ::1 localhost | ||
# Added by Docker Desktop | # Added by Docker Desktop | ||
127.0.0.1 kubernetes.docker.internal | 127.0.0.1 kubernetes.docker.internal | ||
# End of section | # End of section | ||
127.0.0.1 a.example.com b.example.com | |||
</syntaxhighlight> | </syntaxhighlight> |
Revision as of 02:08, 26 September 2020
Internal
Overview
The equivalent file is /private/etc/hosts.
Example
##
# Host Database
#
# localhost is used to configure the loopback interface
# when the system is booting. Do not change this entry.
##
127.0.0.1 localhost
255.255.255.255 broadcasthost
::1 localhost
# Added by Docker Desktop
127.0.0.1 kubernetes.docker.internal
# End of section
127.0.0.1 a.example.com b.example.com