---
title: "Dockerfile from renv.lock"
output: rmarkdown::html_vignette
vignette: >
  %\VignetteIndexEntry{Dockerfile from renv.lock}
  %\VignetteEngine{knitr::rmarkdown}
  %\VignetteEncoding{UTF-8}
---

```{r, include = FALSE}
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)
```

```{r}
library(dockerfiler)
```

<!-- WARNING - This vignette is generated by {fusen} from dev/flat_dock_from_renv.Rmd: do not edit by hand -->



<!--
 You need to run the 'description' chunk in the '0-dev_history.Rmd' file before continuing your code there.
-->

# gen_base_image
    
  



# Create a Dockerfile from a renv.lock file


    
  
```{r example-dock_from_renv}
#' \dontrun{
#' dock <- dock_from_renv("renv.lock", distro = "xenial")
#' dock$write("Dockerfile")
#' }
```