Skip to content
This repository has been archived by the owner on May 4, 2021. It is now read-only.

Commit

Permalink
Fixed bash script in readme (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
apourchet committed Nov 16, 2018
1 parent 7dda322 commit 4804694
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,8 @@ To build Dockerfiles that contain RUN, Makisu still needs to run in a container.
The following snippet can be placed inside your `~/.bashrc` or `~/.zshrc`:
```shell
function makisu_build() {
for last; do true; done
cd $last

makisu_version=0.1.0
[ -z "$MAKISU_VERSION" ] || makisu_version=$MAKISU_VERSION

makisu_version=${MAKISU_VERSION:-0.1.0}
cd ${@: -1}
docker run -i --rm --net host \
-v /var/run/docker.sock:/docker.sock \
-e DOCKER_HOST=unix:///docker.sock \
Expand Down
Binary file removed bin/makisu/makisu-builder
Binary file not shown.

0 comments on commit 4804694

Please sign in to comment.