createDockerConf | R Documentation |
setup_file
or on default parameters if setup_file
doesn't exist. If user_conf_file
exists function does nothing.Creates default docker conf file
Function creates default docker user configuration file based on provided setup_file
or on default parameters if setup_file
doesn't exist. If user_conf_file
exists function does nothing.
createDockerConf(
setup_file = confFile("setup.yml"),
user_conf_file = confFile("user.conf")
)
setup_file |
name of config from |
user_conf_file |
Location of the setup.yml file with setup parameters. If not existed use file from package |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.