4129 links
740 private links
  • Doo's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
  • ► Jouer les vidéos
Links per page: 20 50 100
◄Older
page 3 / 6
Newer►
108 results tagged docker x
  • Pumba - Chaos Testing for Docker · Terra Nullius
    September 11, 2017 10:27:41 AM GMT+02:00 * - permalink -
    QRCode
    - http://blog.terranillius.com/post/pumba_docker_chaos_testing/
    chaos testing test docker
  • Network configuration

    TIL :

    Note: With hairpin NAT enabled (--userland-proxy=false), containers port exposure is achieved purely through iptables rules, and no attempt to bind the exposed port is ever made. This means that nothing prevents shadowing a previously listening service outside of Docker through exposing the same port for a container. In such conflicting situation, Docker created iptables rules will take precedence and route to the container.

    So in my usecase, it had a really awful side effect. A gossiping application was getting the server's interface as side effect of a loopback communication.

    August 21, 2017 03:53:14 PM GMT+02:00 * - permalink -
    QRCode
    - https://docs.docker.com/v1.7/articles/networking/#binding-ports
    gossip docker
  • thumbnail
    Create lean Node.js image with Docker multi-stage build - Codefresh

    Not bad multistage build

    April 27, 2017 10:43:23 AM GMT+02:00 * - permalink -
    QRCode
    - https://codefresh.io/blog/node_docker_multistage/
    docker dockerfile
  • Note: Docker stop non standard software (ignoring SIGTERM) - Arnaud's links

    via blue, je teste!

    [edit après test]

    marche pas pour mon use case, dommage ^^

    February 17, 2017 02:56:00 PM GMT+01:00 * - permalink -
    QRCode
    - https://infomee.fr/links/?Mxx31A
    docker
  • Note: Docker stop non standard software (ignoring SIGTERM) - Arnaud's links

    via blue, je teste!

    February 17, 2017 02:56:00 PM GMT+01:00 * - permalink -
    QRCode
    - https://infomee.fr/links/?Mxx31A
    docker
  • thumbnail
    docker/containerd: An open and reliable container runtime, by Docker

    new flavour of container stuff

    December 16, 2016 11:04:17 AM GMT+01:00 * - permalink -
    QRCode
    - https://github.com/docker/containerd
    docker
  • thumbnail
    Docker in Production: A History of Failure – The HFT Guy

    Un article assez juste sur certains aspects, un peu moins sur d'autre

    Après deux ans de docker en prod, le produit n'est pas parfait, il a ses qualités et ses défauts... il ne faut ni sombrer dans le déni de fanboy ni dans la chasse aux sorcière comme certains abrutis le font :-)

    c'est un putain de logiciel, qui fait des trucs !

    November 4, 2016 06:17:29 PM GMT+01:00 * - permalink -
    QRCode
    - https://thehftguy.wordpress.com/2016/11/01/docker-in-production-an-history-of-failure/
    docker
  • Portainer | Simple management UI for Docker
    November 4, 2016 11:42:35 AM GMT+01:00 * - permalink -
    QRCode
    - http://portainer.io/
    docker
  • Runnablog — Distributing Docker Cache across Hosts

    des tartes dans la gueule qui se perdent

    October 13, 2016 09:37:45 AM GMT+02:00 * - permalink -
    QRCode
    - http://blog.runnable.com/post/145362675491/distributing-docker-cache-across-hosts
    docker
  • thumbnail
    Hands on: Monitoring Kubernetes with Prometheus
    August 30, 2016 01:57:28 PM GMT+02:00 * - permalink -
    QRCode
    - https://coreos.com/blog/monitoring-kubernetes-with-prometheus.html
    prometheus coreos docker kubernetes
  • dockerd

    Dockerd config

    August 4, 2016 03:32:54 PM GMT+02:00 * - permalink -
    QRCode
    - https://docs.docker.com/engine/reference/commandline/dockerd/#/daemon-configuration-file
    daemon docker
  • Rancher Labs | Rancher | Rancher Labs

    Un overlay open source à mesos/k8s et swarm, je jette un oeil

    August 4, 2016 12:31:37 PM GMT+02:00 * - permalink -
    QRCode
    - https://dooby.fr/y/gx3dr
    mesos kubernetes swarm docker
  • Jessie Frazelle's Blog: Docker Containers on the Desktop

    tellement folle cette meuf, elle dockerize TOUT :D ceci dit c'est un excellent use case de ce qu'il est possible de faire userside pour isoler les applications les unes des autres et des différents uses cases pour monter un display sur un docker :)

    July 7, 2016 05:58:55 PM GMT+02:00 * - permalink -
    QRCode
    - https://blog.jessfraz.com/post/docker-containers-on-the-desktop/?amp;utm_medium=social&utm_source=twitter.com&utm_campaign=buffer
    docker
  • Habitus |Build Flow Tool for Docker

    un genre d'extension à docker-compose qui m'a l'air useless

    April 18, 2016 11:43:21 AM GMT+02:00 * - permalink -
    QRCode
    - http://www.habitus.io/
    docker
  • thumbnail
    Testing Ansible Roles with Docker

    un article intéressant sur le testing de deployment via docker, sauf que ça demande de réécrire tous les playbooks avec des local_action du coup, pas sûr que ça soit un gain de temps par rapport au fait de faire pop une vm template :/

    March 24, 2016 02:20:36 PM GMT+01:00 * - permalink -
    QRCode
    - https://www.ansible.com/blog/testing-ansible-roles-with-docker
    docker ansible
  • Run Docker containers with systemd-nspawn | Sean McGary
    March 8, 2016 11:27:10 AM GMT+01:00 * - permalink -
    QRCode
    - https://seanmcgary.com/posts/run-docker-containers-with-systemd-nspawn
    docker systemd
  • thumbnail
    10 things to avoid in docker containers – Red Hat Developer Blog

    via blue

    March 1, 2016 01:00:08 PM GMT+01:00 * - permalink -
    QRCode
    - https://developerblog.redhat.com/2016/02/24/10-things-to-avoid-in-docker-containers/
    docker
  • thumbnail
    GitHub - subuser-security/subuser: Run programs on linux with selectively restricted permissions.

    subuser - Run programs on linux with selectively restricted permissions.

    February 28, 2016 01:34:17 PM GMT+01:00 * - permalink -
    QRCode
    - https://github.com/subuser-security/subuser
    docker
  • Docker Without Docker

    Une façon smart d'approcher la containerisation via systemd, pas que je m'y essayerai vu comme ça a l'air pratique de ship des apps comme ça mais ça fonctionne :)

    February 26, 2016 05:46:31 PM GMT+01:00 * - permalink -
    QRCode
    - https://chimeracoder.github.io/docker-without-docker/#34
    docker
  • Home | OpenShift Origin Documentation
    February 26, 2016 10:18:59 AM GMT+01:00 * - permalink -
    QRCode
    - https://docs.openshift.org/
    kubernetes docker
Links per page: 20 50 100
◄Older
page 3 / 6
Newer►
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation