The below list contains the names of supported metadata elements captured using environment variables defined using ENV
instructions inside the Dockerfile:
degauss_name
: name of DeGAUSS container (use only lower case letters and underscores)degauss_version
: version number corresponding to GitHub release and latest version of container available from the GitHub Container Registrydegauss_description
: a short (< 50 characters) description that finishes the sentence "This container returns ..."degauss_argument
: name and default value of any argument short argument description [default: x]
dht::use_degauss_dockerfile()
) comes with the above four (but with commented out ENV
instructions for specifying an optional command line argument)ENV
must be on its own line and only define one variable at a timeENV
instruction that begins with degauss_
can/will be read in by dht::get_degauss_env_dockerfile()
or dht::get_degauss_env_online()
Get information about one single DeGAUSS image:
dht::get_degauss_env_online("fortunes")
or get a table of information about the images in the core library
core_info <- dht::get_degauss_core_lib_env() knitr::kable(core_info)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.