Module init

Module init 

Source
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§

InitCommand
Docker init command builder
InitOutput
Result from the init command execution

Enums§

InitTemplate
Available template types for Docker init