Mac /etc/hosts: Difference between revisions
Jump to navigation
Jump to search
Line 20: | Line 20: | ||
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. | 127.0.0.1 a.local b.local | ||
</syntaxhighlight> | </syntaxhighlight> |
Revision as of 02:10, 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.local b.local