setup_dir_image: Setup Directory for Docker Image

Description Usage Arguments Value

View source: R/setup_dir_image.R

Description

Sets up the desired directory with the appropriate file structure for the Docker image and an empty Dockerfile.

Usage

1
2
setup_dir_image(pkg = ".", dir_image = NULL, overwrite = TRUE,
  verbose = FALSE)

Arguments

pkg

Path to a package, or within a package.

dir_image

character directory where to create folder for all files for the Docker image, from where the Docker image can be build.

overwrite

logical if the directory for the files for the Docker image already exists and is non-empty, should it be deleted/overwritten?

verbose

logical should messages be printed or not?

Value

list directories and paths for files for Docker image.


dockr documentation built on Dec. 20, 2019, 5:06 p.m.

Related to setup_dir_image in dockr...