2019-03-10 19:02:52 +00:00
|
|
|
# Accessing Host Resources From Inside A Pod
|
|
|
|
|
|
|
|
## When you have a VirtualBox driver
|
|
|
|
|
2017-10-25 14:43:50 +00:00
|
|
|
In order to access host resources from inside a pod, run the following command to determine the host IP you can use:
|
2019-03-10 19:02:52 +00:00
|
|
|
|
2017-10-25 14:43:50 +00:00
|
|
|
```shell
|
|
|
|
ip addr
|
|
|
|
```
|
|
|
|
|
|
|
|
The IP address under `vboxnet1` is the IP that you need to access the host from within a pod.
|