dockerit

command module
v0.0.0-...-e5b9bd4 Latest Latest
Warning

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

Go to latest
Published: Oct 27, 2015 License: MIT Imports: 11 Imported by: 0

README

Dockerit

A tool to execute docker containers easily from config file

Run docker containers using a simple config file. Very similar to docker-compose

Config file example

The config file should be on: ~/.dockerit/folder_name.yml

container:
  name: "name"
  port: "3000:3000"
  link: "mongodb:mongo"
  image: "myimage"
  volume: "/app"

Status

The project is in a very early stage, so is not ready to be used yet.

Installation

Get the code

go get -u github.com/ustrajunior/dockerit

Documentation

TODO

Tests

TODO

License

Released under the MIT License.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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