diff --git a/README.md b/README.md index 310e20a..aac04cd 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,11 @@ This is a docker container for building [OpenWRT](https://openwrt.org/) To run a shell in the buildroot, execute the following command: ```sh -docker run -t -i alljoynsville/openwrt-builder:18.06 bash +docker run --rm -it alljoynsville/openwrt-builder:18.06 bash ``` or ```sh -docker run -t -i alljoynsville/openwrt-builder:15.05 bash +docker run --rm -it alljoynsville/openwrt-builder:15.05 bash ``` and then