you always get the ip address of the bridge!
drun.sh
cd proxypi
python3 proxypi
docker run -it --rm python:slim bash
apt intall vim
vi /etc/apt/apt.conf.d/proxy.conf
Acquire::http::Proxy "http://MGC12F826PMD6T:8899/";
apt update
apt install iputils-ping