Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
Merge branch 'master' of https://github.com/ipunkt/rancherize
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven Speckmaier committed Aug 17, 2017
2 parents ee03dea + 610b544 commit eba27de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ installed to use Rancherize:
## Install on linux
No need to separately install it. To use it, just make a shell alias:
```
alias rancherize='docker run -it -v $HOME/.rancherize:/home/rancherize/.rancherize -v /var/run/docker.sock:/var/run/docker.sock -v $(pwd):$(pwd) -w $(pwd) -e "USER_ID=$(id -u)" -e "GROUP_ID=$(id -g)" ipunktbs/rancherize'
alias rancherize='docker run -it -v $HOME/.rancherize:/home/rancherize/.rancherize -v /var/run/docker.sock:/var/run/docker.sock -v $(pwd):$(pwd) -w $(pwd) -e "USER_ID=$(id -u)" -e "GROUP_ID=$(id -g)" ipunktbs/rancherize'
```
or use the provided script `script/rancherize.sh`.

Expand Down

0 comments on commit eba27de

Please sign in to comment.