4337 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 6 / 7
Newer►
129 results tagged docker x
  • Install Docker with OVH kernels on Debian Wheezy | Themecloud tech blog
    December 18, 2014 at 2:32:25 PM GMT+1 - permalink - archive.org - http://tech.themecloud.io/install-docker-with-ovh-kernels-on-debian-wheezy/
    docker ovh wheezy
  • headless chrome and firefox in selenium with docker
    November 12, 2014 at 1:43:32 PM GMT+1 - permalink - archive.org - http://function.fr/docker-with-chrome-and-selenium-and-firefox/
    docker headless selenium
  • Docker In-depth: Volumes · Container42

    Bon article, résume très bien les volumes dans docker

    November 5, 2014 at 10:18:45 PM GMT+1 - permalink - archive.org - http://container42.com/2014/11/03/docker-indepth-volumes/
    docker volume
  • Dockerfile RUN, CMD, ENTRYPOINT

    D'après la doc :

    don't confuse RUN with CMD.

    RUN actually runs a command and commits the result;

    CMD does not execute anything at build time, but specifies the intended command for the image.

    An ENTRYPOINT helps you to configure a container that you can run as an executable. That is, when you specify an ENTRYPOINT, then the whole container runs as if it was just that executable.

    Unlike the behavior of the CMD instruction, The ENTRYPOINT instruction adds an entry command that will not be overwritten when arguments are passed to docker run. This allows arguments to be passed to the entry point, i.e. docker run <image> -d will pass the -d argument to the entry point.

    You can specify parameters either in the ENTRYPOINT JSON array (as in "like an exec" above), or by using a CMD instruction. Parameters in the ENTRYPOINT instruction will not be overridden by the docker run arguments, but parameters specified via a CMD instruction will be overridden by docker run arguments.


    Le RUN sert à build l'image

    Le CMD et l'ENTRYPOINT servent au moment du docker run
    Donc au final, il vaut mieux avoir un ENTRYPOINT avec des paramètres qu'on ne peut pas écraser (non overridable)
    Pourquoi pas un CMD avec des paramètres par défauts overridable

    October 28, 2014 at 11:41:16 AM GMT+1 - permalink - archive.org - https://links.infomee.fr/?tKS8aQ
    docker dockerfile
  • Dockerfile - Docker Documentation
    October 28, 2014 at 11:25:46 AM GMT+1 - permalink - archive.org - https://docs.docker.com/reference/builder/
    docker dockerfile
  • Best practices for writing Dockerfiles - Docker Documentation
    October 28, 2014 at 10:35:09 AM GMT+1 - permalink - archive.org - https://docs.docker.com/articles/dockerfile_best-practices/
    docker dockerfile
  • Dockerfile - Docker Documentation
    October 28, 2014 at 10:35:00 AM GMT+1 - permalink - archive.org - http://docs.docker.com/reference/builder/#run
    docker dockerfile
  • Docker on C1

    docker dispo sur le lab d'online

    October 27, 2014 at 5:11:45 PM GMT+1 - permalink - archive.org - https://blog.cloud.online.net/2014/10/27/docker-on-c1/
    docker online
  • Cloud computing & object storage - RunAbove

    hebergement à base de docker

    October 27, 2014 at 3:53:50 PM GMT+1 - permalink - archive.org - https://www.runabove.com/index.xml
    docker
  • Docker tricks of the trade and best practices thoughts

    Use automated builds linked to Github-based Dockerfiles rather than pushing local image builds. Not only does this make the Dockerfile transparently available and provide a link to the repository where one can file issues, but it also helps ensure that the image available on the hub gets its base image (FROM entry) from the hub instead of whatever was available locally. This can help avoid various out-of-sync errors that might otherwise emerge.

    October 26, 2014 at 7:41:00 PM GMT+1 - permalink - archive.org - http://www.carlboettiger.info/2014/08/29/docker-notes.html
    docker
  • 10 Docker Tips and Tricks That Will Make You Sing A Whale Song of Joy | Docker Blog
    July 16, 2014 at 9:40:55 PM GMT+2 - permalink - archive.org - http://blog.docker.com/2014/07/10-docker-tips-and-tricks-that-will-make-you-sing-a-whale-song-of-joy/
    docker
  • Docker Networking - Jason Edelman's Blog
    July 11, 2014 at 10:26:23 AM GMT+2 - permalink - archive.org - http://www.jedelman.com/home/docker-networking
    docker networking
  • La folie Docker
    July 11, 2014 at 10:23:24 AM GMT+2 - permalink - archive.org - https://linuxfr.org/news/la-folie-docker
    docker
  • If you run SSHD in your Docker containers, you're doing it wrong!

    via skunnyk

    June 25, 2014 at 10:21:50 AM GMT+2 - permalink - archive.org - http://jpetazzo.github.io/2014/06/23/docker-ssh-considered-evil/
    docker ssh
  • Docker Networking - Jason Edelman's Blog http://www.jedelman.com/home/docker-networking

    Via arnaudb

    June 15, 2014 at 7:49:26 PM GMT+2 - permalink - archive.org - http://Docker Networking - Jason Edelman's Blog http://www.jedelman.com/home/docker-networking
    docker networking
  • Baseimage-docker: A minimal Ubuntu base image modified for Docker-friendliness

    Interdasting

    June 13, 2014 at 10:49:52 PM GMT+2 - permalink - archive.org - https://phusion.github.io/baseimage-docker/#intro
    docker
  • https://github.com/pokle/cassandra

    yeah

    via Skunnyk

    June 10, 2014 at 3:51:36 PM GMT+2 - permalink - archive.org - https://github.com/pokle/cassandra
    cassandra docker
  • Virtualisation légère avec Docker | Le blog de NicoLargo

    Un autre article prise en main

    June 3, 2014 at 12:59:43 PM GMT+2 - permalink - archive.org - http://blog.nicolargo.com/2014/06/virtualisation-legere-docker.html
    docker
  • Difference between save and export in Docker | Thomas Uhrig
    May 22, 2014 at 1:52:52 PM GMT+2 - permalink - archive.org - http://tuhrig.de/difference-between-save-and-export-in-docker/
    docker export import load save
  • Dockerfile Best Practices

    Quelques best practice concernant les Dockerfile
    On peut se servir de Docker de plein de façon différentes, alors quelques repères ça ne fait pas mal

    May 22, 2014 at 10:33:45 AM GMT+2 - permalink - archive.org - http://crosbymichael.com/dockerfile-best-practices.html
    docker
Links per page: 20 50 100
◄Older
page 6 / 7
Newer►
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation