dockerify

command module
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Nov 8, 2014 License: Apache-2.0 Imports: 5 Imported by: 0

README

dockerify

Build Status GoDoc

Small command-line utility for creating Dockerfiles easily. It will attempt to discover the project type (e.g.: NodeJS, Go etc) and generate a Dockerfile using the curated list on Dockerfile.

Currently you have to compile it yourself, but I plan to add the cross-compiled binaries in the future.

Compiling

Install dependencies with godep first, then run go build. You can also use make install (a bit more verbose).

Usage

$ dfy /path/to/project/root

Planned features (subject to change a lot)

  • Full fig support

Supported environments

  • NodeJS (runtime)
  • Go (runtime)

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
Godeps
_workspace/src/gopkg.in/yaml.v2
Package yaml implements YAML support for the Go language.
Package yaml implements YAML support for the Go language.
Engines are basically project descriptors and can do certain checks on a given path to determine the type of the application.
Engines are basically project descriptors and can do certain checks on a given path to determine the type of the application.
nodejs
This package allows discovering NodeJS-type projects.
This package allows discovering NodeJS-type projects.
The fig package allows easy handling of fig configurations.
The fig package allows easy handling of fig configurations.

Jump to

Keyboard shortcuts

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