ghoul008 / derrick

🐳A tool to help you containerize application in seconds

Home Page:https://alibaba.github.io/derrick/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Derrick

PIP release Platform Orchestration Language GitHub release License Build Status Codecov

Derrick is a tool to help you dockerizing application in seconds. Derrick focus on the developer's workflow in local development environment. Derrick will inspect your workspace and generate Dockerfile, docker-compose.yml, Jenkinsfile, etc. You can simply use Derrick to set up your DevOps process in container way smoothly.

Using Derrick is very simple:

  1. derrick init to dockerize your application based on Derrick.
  2. derrick up to build your application to a Docker image and run in local.
  3. Use your favorite text editor to modify the Dockerfile or some others and run your application in local.
  4. Integrate into your workflow and have fun.

Language Support

NodeJs,Python,Java,Golang,PHP.

Framework and Build tool Support

Here is the list of frameworks passed the tests.If you want more frameworks or can not dockerize application,please submit a issue.

  • Java (maven)
    • springcloud
    • springboot
  • PHP (composer)
    • Laravel
    • Lumen
    • ThinkPHP
    • Symfony
  • PYTHON (pip or setup)
    • flask
    • Django
  • Golang (tools by vendor)
    • Gin
    • Beego
  • NodeJs (npm)
    • Express
    • Sails

Documentation

Installation

Requirements:
Docker(17.06~),Python2.7.9~python3.6,docker-compose or minikube in local.

Linux/mac/windows

sudo pip install -i https://pypi.python.org/simple  python-derrick

if you find some error like: fatal error: Python.h: No such file or directory,Please install python-dev or python-devel with package manager.Windows please use powershell or winshell.

Demo

License

This software is released under the Apache 2.0 license.

About

🐳A tool to help you containerize application in seconds

https://alibaba.github.io/derrick/

License:Apache License 2.0


Languages

Language:Python 100.0%