# derrick **Repository Path**: zhaodan_admin/derrick ## Basic Information - **Project Name**: derrick - **Description**: 🐳A tool to help you dockerizing application in seconds - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-03 - **Last Updated**: 2021-08-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Derrick [![PIP release](https://img.shields.io/badge/pypi-v0.0.13-yellow.svg)](https://github.com/alibaba/derrick) [![Platform](https://img.shields.io/badge/platform-Windows&Linux&Mac-green.svg)](https://github.com/alibaba/derrick) [![Language](https://img.shields.io/badge/language-NodeJs&PHP&Java&Python&Golang-red.svg)](https://github.com/alibaba/derrick) [![GitHub release](https://img.shields.io/badge/release-0.0.13-green.svg)](https://github.com/alibaba/derrick/releases) [![License](https://img.shields.io/badge/license-Apache%202-4EB1BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html) [![Build Status](https://travis-ci.org/alibaba/derrick.svg?branch=master)](https://travis-ci.org/alibaba/derrick) [![Codecov](https://codecov.io/gh/alibaba/derrick/branch/master/graph/badge.svg)](https://codecov.io/gh/alibaba/derrick) 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 * Documentation Home * Frequently Asked Questions ## Installation Requirements: Python(Necessary and above 2.7.10 or python3.4) ,Compose(Recommend) ,Docker(Recommend and 17.06 is better) Linux/mac ``` sudo pip install -i https://pypi.python.org/simple python-derrick ``` Windows Download Derrick zip file , unzip it and config the system path. ## Demo ### *License* This software is released under the Apache 2.0 license.