command
module
Version:
v0.0.1
Opens a new window with list of versions in this module.
Published: May 6, 2023
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Dockerizer
NB. This project is just a get to know for golang cli applications for me and not meant to offer "all encompassing" features.
An interactive CLI for creating initial Dockerfile for Go and Node.js applications using good practises such as:
- In order to keep the Docker image size optimal a multi-stage builds is used
- Only the layers from the
release
stage are pushed when the Docker image is build
- SHA256 digest pinning is used to achieve reliable and reproducable builds
Usage
I like to use go-task in order to make the usage a bit easier:
Install depedencies
task dependecies
Run the application
task run
Build
task build
Documentation
¶
Copyright © 2021 NAME HERE <EMAIL ADDRESS>
Source Files
¶
Directories
¶
|
|
pkg
|
|
|
|
|
|
|
|
Click to show internal directories.
Click to hide internal directories.