Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
michaloo committed Dec 30, 2016
1 parent 86deb00 commit 3105d85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Bash alias to simplify running one-off commands using selected docker images.
## Installation

Add the alias to you `~/.bash_profile` file and restart terminal:

`curl https://raw.githubusercontent.com/michaloo/drun/master/alias.bash >> ~/.bash_profile`

## Usage
Expand Down
2 changes: 1 addition & 1 deletion alias.bash
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Docker on-off command aliases:
# https://github.com/michaloo/drun
alias drun='docker run -v `pwd`:/app --workdir /app -it --rm'
alias drunp='drun -p 80:80 -p 443:433'
alias drunp='drun -p 80:80 -p 443:433'

0 comments on commit 3105d85

Please sign in to comment.