easybuild.tools.containers.docker module¶
Support for generating docker container recipes and creating container images
:author Mohamed Abidi (Bright Computing)
-
class
easybuild.tools.containers.docker.
DockerContainer
(easyconfigs)¶ Bases:
easybuild.tools.containers.base.ContainerGenerator
-
RECIPE_FILE_NAME
= 'Dockerfile'¶
-
TOOLS
= {'docker': None, 'sudo': None}¶
-
build_image
(dockerfile)¶ This method will be used on the concrete subclass to build the image using The path of the container recipe.
-
resolve_template
()¶ Return template container recipe.
-
resolve_template_data
()¶ Return template data for container recipe.
-
validate
()¶ Perform validation of specified container configuration.
-