It would be useful to be able to mount a volume from the current directory rather than specifying an absolute path with:
`docker_switches:
- -v
- /absolute/path/to/kube/config:/root/.kube`
Floki is intended to create reproducible containers with the minimum amount of pre-setup. By only allowing absolute paths in volume mounting, a difference in behaviour is created if another user has a different file structure.