Brent Salisbury

Results 12 comments of Brent Salisbury

Hi @brimur, apologies for the delay. You can definitely pass ENVs. For example: ``` $ TARGET=192.168.1.120 $ sudo docker run -it --rm networkstatic/iperf3 -c $TARGET Connecting to host 192.168.1.120, port...

Got it, you definitely can. You would just fork the Dockerfile and add in whatever variables you want. Check out Docker args/envs. Docker [docs](https://docs.docker.com/engine/reference/builder/#arg) are meh, this is a simple...