Expand description
Docker init command implementation
This module provides the docker init
command for initializing projects with
Docker-related starter files. The init command creates a Dockerfile, compose.yaml,
.dockerignore, and README.Docker.md files based on a selected template.
Structs§
- Init
Command - Docker init command builder
- Init
Output - Result from the init command execution
Enums§
- Init
Template - Available template types for Docker init