Skip to content

Alias to run the Docker container in the current directory with user UID/GID

License

Notifications You must be signed in to change notification settings

denel-manilov/drun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

drun

Alias to run the Docker container in the current directory with user UID/GID

Usage

drun [OPTIONS] IMAGE [COMMAND] [ARG...]

See 'docker run --help'.

Examples

git clone https://github.com/denel-manilov/drun.git

cd drun/examples

drun php:7-cli php hello.php

drun node:8 node cat.js

Installation

curl -L "https://raw.githubusercontent.com/denel-manilov/drun/master/drun.sh" -o ~/.local/bin/drun

chmod +x ~/.local/bin/drun

Requirements

Docker

About

Alias to run the Docker container in the current directory with user UID/GID

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages