Code Snippet

Just another Code Snippet site

Uncategorized

[Docker] Define a proxy

A quick outline: First, create a systemd drop-in directory for the docker service: Now create a file called /etc/systemd/system/docker.service.d/http-proxy.conf that adds the HTTP_PROXY environment variable: If you have internal Docker registries that you need to contact without proxying you can specify them via the NO_PROXY environment variable: Flush changes: Verify that the configuration has been […]

Un serveur parfait sous Debian Wheezy (Debian 7) et nginx – ZenZla

Bon bah aujourd’hui c’est du lourd!! après un serveur parfait sous Ubuntu 9.10, qui date un peu, mais toujours d’actualité, et un serveur parfait sous Debian Squeeze (Debian 6.0), voici un nouvel opus de la série “un serveur parfait” et cette fois il est sous Debian Wheezy (Debian 7), avec un serveur « nginx » et l’interface […]

Increasing the Base Device Size on Docker Daemon Restart 

Sometime back I wrote a feature for docker to allow expanding Base device size on daemon restart. This feature has been included in Docker 1.10, so you can try it out now.Before we jump further into this article, I would like to point out that this feature is only available for devicemapper storage and does […]

Jenkins/Git : Build new tags

Make the job fetch tags as if they were branches: Click on the Advanced button below the repository URL and enter the Refspec : Have it build all tag “branches” with the Branch Specifier : Enable SCM polling, so that the job detects new tags. The first time the job will start, it will trigger […]

,

Previous Posts Next posts