LangDockerfile
Dockerfile for creating programming language-based images.
Parameters
Name of the image.
Tag of the image.
Inheritors
Types
Dockerfile for creating images for GCC/Clang images.
Dockerfile for creating Java-based images.
Dockerfile for creating Python-based images.
Abstraction for all images which provides a Python executable.
Dockerfile for creating Python-based images with CUDA support.
Dockerfile for creating images for Qt5 images.
Properties
This image's image name and tag for use as another image's tag.
The base distribution of this image.
The command used to compile source files into an executable form.
The Dockerfile DSL that the image should be generated from.
The mounting policy for this image.
The command used to run executables of the specific language.
Functions
Builds an image based on dockerfileSpec, and returns the resulting image ID.
Returns a proxy handle of the image.
Retrieves the image as defined by dockerfileSpec, or null
if such an image does not exist.
The tag of the image.
Installs a software package into the distribution.
Sets the necessary environment variables for the image.
Updates all packages in the distribution.