How docker containers are shared with host directories

19 Views Asked by At

When creating a function on OpenFaaS, OpenFaaS automatically creates a container. How can I enable this container to share directories with the host machine?

I would like to access a specific file on the host machine from within the function code.

0

There are 0 best solutions below