You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a custom Terraform module designed to build and manage Docker containers and networks using data provided in JSON Configuration files. Examples for these JSON Parameter files are provided in the ./examples directory
Requirements
Terraform 0.15 or later
Docker Engine installed and running on the local machine
Terraform Docker Provider (optional, if not already installed)
Usage
Input Parameters
Name
Description
Default Value
type
docker_network_config_files_path
Relative Path to the Path containing all JSON configuration files for Desired Docker Networks.
config/networks/*.json
string
docker_container_config_files_path
Relative Path to the Path containing all JSON configuration files for Desired Docker Containers.