Skip to content

Commit

Permalink
adding --rm switch suggestion related to #119
Browse files Browse the repository at this point in the history
  • Loading branch information
grant_____ committed Mar 10, 2018
1 parent bf73b17 commit 87084a4
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 @@ -31,7 +31,7 @@ docker pull sudomesh/sudowrt-firmware:0.2.1

After creating the container image, build the ar71xx and ar71xx.extender-node firmware using:
```
docker run -v $PWD/firmware_images:/firmware_images sudomesh/sudowrt-firmware:0.2.1
docker run --rm -v $PWD/firmware_images:/firmware_images sudomesh/sudowrt-firmware:0.2.1
```

This command executes [entrypoint.sh](./entrypoint.sh) in the docker container. If the process completes successfully, the built firmware images `/firmware_images` directory of the repo. For some history on this topics please see https://github.com/sudomesh/sudowrt-firmware/issues/110 and https://github.com/sudomesh/sudowrt-firmware/issues/105 .
Expand Down

0 comments on commit 87084a4

Please sign in to comment.