Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neooblaster/makefordocker
An easy way to produce simple commands to exploit Docker in your projects.
https://github.com/neooblaster/makefordocker
Last synced: 21 days ago
JSON representation
An easy way to produce simple commands to exploit Docker in your projects.
- Host: GitHub
- URL: https://github.com/neooblaster/makefordocker
- Owner: neooblaster
- License: gpl-3.0
- Created: 2018-03-22T18:57:19.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-23T18:50:31.000Z (almost 7 years ago)
- Last Synced: 2024-12-09T22:49:44.446Z (about 2 months ago)
- Language: Makefile
- Homepage:
- Size: 340 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Makefile - Interface for common Docker commands
An easy way to produce simple commands to exploit Docker in your projects.
## Make commands
````
-----------------------------------------------------------------------------
Make Interface for common Docker commands
-----------------------------------------------------------------------------
Author : Nicolas DUPRE
Version : 0.5.0
Release : 23.03.2018------------------------------[ Commandes ]----------------------------------
Liste des commandes : makebuild : (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 =
make svc =List of commands :
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 : -- customisable --
dockerSvc : Container dockerSvc-----------------------------------------------------------------------------
````