create_dockerfile: Dockerfile

View source: R/docker.R

create_dockerfileR Documentation

Dockerfile

Description

Create the dockerfile required to run the application. The dockerfile created will install packages from RStudio Public Package Manager which comes with pre-built binaries that much improve the speed of building of Dockerfiles.

Usage

create_dockerfile(port, host = "0.0.0.0")

Arguments

port, host

Port and host to serve the application.

Details

Reads the DESCRIPTION file of the project to produce the Dockerfile.

Examples

## Not run: create_dockerfile()


devOpifex/ambiorix documentation built on Oct. 15, 2024, 10:21 p.m.