1.0.0 • Published 4 years ago

dcrun v1.0.0

Weekly downloads
1
License
MIT
Repository
-
Last release
4 years ago

dcrun

dcrun <command> executes command inside Docker container with some benefits:

  • if called from outside container - ensures container is running and pass command to it via docker-compose exec
  • if called from inside container - just executes command

You don't care from where to call it.

Installation

Download dcrun.sh and make it executable:

wget
chmod +x dcrun.sh

Usage

tbd