dockerizer

command module
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 6, 2023 License: MIT Imports: 1 Imported by: 0

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

Overview

Copyright © 2021 NAME HERE <EMAIL ADDRESS>

Directories

Path Synopsis
pkg

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL