I was able to pinpoint that it was dnsmasq that was using port 53. I was able to disabel dnsmasq by commenting out the dns=dnsmasq line in /etc/NetworkManager/NetworkManager.conf Then ran these commands:
sudo service network-manager restart
sudo service networking restart
sudo killall dnsmasq
This disabled dnsmasq and then I was able to start the docker image successfully.