mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-16 07:13:53 +00:00
Merge pull request #18510 from fgrzadkowski/docker_macosx
Auto commit by PR queue bot
This commit is contained in:
commit
7e4084c9cd
@ -124,7 +124,9 @@ $ kubectl config set-context test-doc --cluster=test-doc
|
||||
$ kubectl config use-context test-doc
|
||||
```
|
||||
|
||||
For Max OS X users instead of ```localhost``` you will have to use IP address of your docker machine.
|
||||
For Max OS X users instead of ```localhost``` you will have to use IP address of your docker machine,
|
||||
which you can find by running ```docker-machine env <machinename>``` (see [documentation](https://docs.docker.com/machine/reference/env/)
|
||||
for details).
|
||||
|
||||
### Test it out
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user