Daily Shaarli

All links of one day in a single page.

December 15, 2017

http://docker behind proxy

FROM ubuntu:13.10
ENV http_proxy <HTTP_PROXY>
ENV https_proxy <HTTPS_PROXY>
RUN apt-get update && apt-get upgrade