dcrun
v1.0.0
Published
Executes command inside Docker container with some benefits
Downloads
6
Readme
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