Add `--build` and `--no-build` options to `run` analogous to `up` command. · Issue #3448 · docker/compose

docker-compose up --help outputs: --no-build Don't build an image, even if it's missing. --build Build images before starting containers. But these options are missing from docker-compose run --hel...