BBB Docker container upable to resolve domain names
The docker container couldn't resolve the server IP address so I did this:
ssh root@bbb.fosshost.org
cd /var/greenlight
docker exec -it greenlight-v2 /bin/bash
echo "82.145.63.162 bbb.fosshost.org" >> /etc/hosts
exit