Documentation
¶
Overview ¶
Package main provides methods for setting up and managing a container environment. This includes setting environment variables, mounting directories and files, and configuring services such as Docker within the container.
Copyright: Excoriate alex_torres@outlook.com License: MIT
Package main provides utility functions for working with Docker containers.
This package includes constants and a function for getting the Docker-in-Docker image.
Copyright: Excoriate License: Apache-2.0
Package main provides the Brew Dagger module and related functions.
This module has been generated via dagger init and serves as a reference to basic module structure as you get started with Dagger. The module demonstrates usage of arguments and return types using simple echo and grep commands. The functions can be called from the dagger CLI or from one of the SDKs.
The first line in this comment block is a short description line and the rest is a long description with more detail on the module's purpose or usage, if appropriate. All modules should have a short description.