I use a custom docker container to build my project so my "make" command is actually docker run --rm -v $(pwd):/src container make $arg
.
I'd like to be able to type :make $arg
in command mode and have it trigger the docker container with the argument.