Use base operating system as COW image

On the dockerfile, is there a way I can define existing root dir on the system as the COW base for the Docker container?

Specifically, I want to use the host operating system’s root directory itself as the image so that I can save time not having to download a shit ton of dependencies.