Learn R Programming

containerit (version 0.6.0)

containerit: containerit: A package for packaging R objects and their dependencies in software containers

Description

The containerit package provides one core function: dockerfile.

Arguments

Create Dockerfiles

The dockerfile method create an R representation of a Dockerfile, which is a recipee for a Docker container. The object can be serialized to a Dockerfile, which can be used to build a runnable Docker image. dockerfile objects can be created based on R scripts and sessions.