All functions

add_environ_packages()

Add packages from current environment to dockerfile

check_for_from()

check_for_from

create_current_dockerfile()

Creates a dockerfile that mirrors the current environment

docker

Docker module object

dockerfile()

dockerfile creates a basic, empty docker object

get_current_package_dependencies()

Gets packages that are loaded in the current envrionment, their dependencies, and the versions for all

insert_blank()

Adds a blank line at the end of the current dockerfile

set_cmd()

Set a command to executed when running the image

set_env()

sets environment variables in the docker image

set_expose()

Set which ports the docker image can expose, and what protocols to use

set_from()

set_from

set_label()

Add label metadata to an image

set_run()

Set a command to run in the image

write_dockerfile()

Write a dockerfile from a dockerfile object