morcmarc / dockerify

Command-line utility for creating Dockerfiles and fig configs for your app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dockerify

Build Status GoDoc Download

Small command-line utility for scaffolding Dockerfiles. It will attempt to identify the project type (i.e.: node+express, golang) and generate a Docker and Fig file -- using Dockerfile.

Building

Development:

$ make install

To compile the release version install goxc and run:

$ goxc

You can find the cross-compiled binaries at $GOPATH/bin

Usage

$ dockerify /path/to/project

Planned features (subject to change)

  • Full fig support

Supported environments

  • Node (runtime)
  • Go (runtime)

About

Command-line utility for creating Dockerfiles and fig configs for your app

License:Apache License 2.0


Languages

Language:Go 98.8%Language:Makefile 1.2%