neooblaster/makefordocker

本包最新版本(v0.5.0)没有提供许可信息。

一种简单的方法,用于生成在项目中利用Docker的简单命令。

安装: 8

依赖: 0

建议者: 0

安全性: 0

星标: 0

关注者: 1

分支: 0

开放问题: 0

语言:Makefile

v0.5.0 2018-03-23 18:48 UTC

This package is not auto-updated.

Last update: 2024-09-27 16:38:53 UTC


README

一种简单的方法,用于生成在项目中利用Docker的简单命令。

制作命令


-----------------------------------------------------------------------------
                 Make Interface for common Docker commands
-----------------------------------------------------------------------------
   Author  : Nicolas DUPRE
   Version : 0.5.0
   Release : 23.03.2018

------------------------------[ Commandes ]----------------------------------
   Liste des commandes :  make <cmd>

   build     : (Re)builds services.
   env       : Displays environment informations regarding the virtual
               machine install by docker-toolbox.
   help      : Displays this manual.
   install   : Starts the project development environment.
   ls        : Displays the list of active containers.
   lsa       : Displays all containers available.
   reset     : Resets the whole project.
   shutdown  : Stops Docker's virtual machine under Oracle VM VirtualBox.
   ssh       : Opens an SSH connection to Docker's Virutal Machine under
               Oracle VM VirtualBox.
   start     : Builds the services, make and start the containers from
               docker-compose.yml file.
   stop      : Stops all the containers.
   up        : Make and start the containers.

------------------------------[ Services ]-----------------------------------
   Commands to manipulate services :
      make service <cmd>=<svc-name>
      make svc     <cmd>=<svc-name>

   List of commands <cmd> :
      create : Make the specified service.
      start  : Starts the specified service with pseudo-TTy.
      stop   : Stops the specified service.
      attach : Open a TTy on specified service.

   Liste des service <svc-name> : -- customisable --
      dockerSvc  : Container dockerSvc

-----------------------------------------------------------------------------