2017-25 © Pedro Peláez
 

library makefordocker

An easy way to produce simple commands to exploit Docker in your projects.

image

neooblaster/makefordocker

An easy way to produce simple commands to exploit Docker in your projects.

  • Friday, March 23, 2018
  • by neooblaster
  • Repository
  • 0 Watchers
  • 0 Stars
  • 0 Installations
  • Makefile
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Makefile - Interface for common Docker commands

An easy way to produce simple commands to exploit Docker in your projects., (*1)

Make commands


----------------------------------------------------------------------------- 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 -----------------------------------------------------------------------------

The Versions

23/03 2018

dev-master

9999999-dev

An easy way to produce simple commands to exploit Docker in your projects.

  Sources   Download

by Nicolas DUPRE

service container docker build start make stop docker-toolbox

23/03 2018

v0.5.0

0.5.0.0

An easy way to produce simple commands to exploit Docker in your projects.

  Sources   Download

by Nicolas DUPRE

service container docker build start make stop docker-toolbox