# Shared mount point for multiple sources

``` bash
mount -t overlay overlay -o lowerdir=/path/to/dir1:/path/to/dir2 /path/to/mount
```