#! /bin/bash docker build -t dev:dev . docker run --rm -it --net=host \ --dns 127.0.0.1 \ --dns 1.1.1.1 \ --dns 8.8.8.8 \ --dns 8.8.4.4 \ -e ServerIP=192.168.0.18 \ dev:dev #--restart=unless-stopped \