Skip to content
Johan Elmström edited this page May 26, 2015 · 1 revision

Welcome to the dockerApplicationServer wiki!

Some troubleshooting tips

A lot of apt resources are now demanding https, but a lot of base images doesn't have the apt-transport-https protocol installed . Install it using apt-get install -y apt-transport-https

If building images is failing because you can't find download.co.cd : Its probably because your corporate DNS is configured with some restrictions. You need to add the google dans to docker_opts

http://stackoverflow.com/questions/25130536/dockerfile-docker-build-cant-download-packages-centos-yum-debian-ubuntu-ap

Clone this wiki locally