Sets up the desired directory with the appropriate file structure for the Docker image and an empty Dockerfile.
setup_dir_image(pkg = ".", dir_image = NULL, overwrite = TRUE,
verbose = FALSE)
Path to a package, or within a package.
character
directory where to create folder for
all files for the Docker image, from where the Docker image can be build.
logical
if the directory for the files for the
Docker image already exists and is non-empty, should it be
deleted/overwritten?
logical
should messages be printed or not?
list
directories and paths for files for Docker image.