Description
In some cases, we may need to import some external configuration files in the Docker image, such as hdfs-site.xml, yarn-site.xml, and etc. So we should support mounting these files, which can avoid changing the version of Docker image after modifying some configurations in these files too.