Skip to content

joseustra/dockerit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Execute docker containers easily

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages