4337 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 2 / 7
Newer►
129 results tagged docker x
  • dive/README.md at master · wagoodman/dive · GitHub
    28 octobre 2018 à 17:05:15 UTC+1 - permalink - archive.org - https://github.com/wagoodman/dive/blob/master/README.md
    docker image tool
  • Docker Tips : access the Docker daemon via ssh – @lucjuggery – Medium

    not bad! better than unprotected socket access ;)

    25 octobre 2018 à 08:50:54 UTC+2 - permalink - archive.org - https://medium.com/lucjuggery/docker-tips-access-the-docker-daemon-via-ssh-97cd6b44a53?mkt_tok=eyJpIjoiTmpZNE5HWXdOVFJtWkRWbCIsInQiOiI1b0Zsb1RkNk4rXC9qSWtyajFCN3RsSERRQytkSk0wRzZkQ3dRU3g0eXM0YUV3R3RWM1dpb3dqNXpYVjc4MUlNMmpcL1ZIeGdLbk1yQjZYZjNIbjczOTBLOUY4YlBsSUVQRVZwMUg5bGZnNlRHOXpTaFdhdkIydnhmTFd1V0JyRE50In0%3D
    docker remote ssh
  • Use the Device Mapper storage driver | Docker Documentation

    This host is running in loop-lvm mode, which is not supported on production systems. This is indicated by the fact that the Data loop file and a Metadata loop file are on files under /var/lib/docker/devicemapper. These are loopback-mounted sparse files. For production systems, see Configure direct-lvm mode for production.

    devicemapper supports 2 modes:
    loop-lvm (only for dev)
    direct-lvm (production ok)

    docker info

    6 août 2018 à 09:16:10 UTC+2 * - permalink - archive.org - https://docs.docker.com/storage/storagedriver/device-mapper-driver/#configure-loop-lvm-mode-for-testing
    devicemapper docker loop storage
  • GitHub - genuinetools/reg: Docker registry v2 command line client.
    8 juillet 2018 à 12:42:31 UTC+2 - permalink - archive.org - https://github.com/genuinetools/reg
    docker registry tools
  • Note: Containers on aws

    beanstalk : https://aws.amazon.com/fr/elasticbeanstalk/

    EKS : https://aws.amazon.com/eks/

    Fargate : https://aws.amazon.com/fargate/

    2 juillet 2018 à 09:02:40 UTC+2 - permalink - archive.org - https://links.infomee.fr/?78xRRg
    amazon aws cicd container docker
  • Note: Install latest stable docker-compose

    INSTALL

    sudo curl -sL https://github.com/docker/compose/releases/download/$(curl -is https://github.com/docker/compose/releases/latest|grep Location|awk -F/ '{print $NF}'|grep -Po '[0-9.]+')/docker-compose-Linux-x86_64 -o /usr/local/bin/docker-compose ; sudo chmod +x /usr/local/bin/docker-compose ; docker-compose -v

    UPDATE

    docker-compose -v ; sudo rm /usr/local/bin/docker-compose ; sudo curl -sL https://github.com/docker/compose/releases/download/$(curl -is https://github.com/docker/compose/releases/latest|grep Location|awk -F/ '{print $NF}'|grep -Po '[0-9.]+')/docker-compose-Linux-x86_64 -o /usr/local/bin/docker-compose ; sudo chmod +x /usr/local/bin/docker-compose ; docker-compose -v

    27 juin 2018 à 09:23:02 UTC+2 * - permalink - archive.org - https://links.infomee.fr/?96fr1A
    compose docker install
  • Revisiting Docker and Jenkins | Riot Games Engineering
    18 juin 2018 à 15:47:53 UTC+2 - permalink - archive.org - https://engineering.riotgames.com/news/revisiting-docker-and-jenkins
    ci docker jenkins
  • Revisiting Docker and Jenkins | Riot Games Engineering
    18 juin 2018 à 15:47:53 UTC+2 - permalink - archive.org - https://engineering.riotgames.com/news/revisiting-docker-and-jenkins
    ci docker jenkins
  • app/README.md at master · docker/app · GitHub
    18 juin 2018 à 15:34:00 UTC+2 - permalink - archive.org - https://github.com/docker/app/blob/master/README.md
    docker
  • dotfiles/ecc at master · arnaudmm/dotfiles

    when you are bored doing docker exec -ti foo bash

    6 juin 2018 à 10:33:54 UTC+2 - permalink - archive.org - https://github.com/arnaudmm/dotfiles/blob/master/ecc
    docker
  • pms-docker/README.md at master · plexinc/pms-docker
    4 juin 2018 à 10:50:11 UTC+2 - permalink - archive.org - https://github.com/plexinc/pms-docker/blob/master/README.md
    docker plex
  • s6-overlay/README.md at master · just-containers/s6-overlay
    4 juin 2018 à 10:49:32 UTC+2 - permalink - archive.org - https://github.com/just-containers/s6-overlay/blob/master/README.md
    docker init s6
  • Note: docker port

    Pour binder par defaut sur 127.0.0.1
    /etc/docker/daemon.json → "ip": "127.0.0.1"

    via Doo

    17 mai 2018 à 16:15:05 UTC+2 - permalink - archive.org - https://links.infomee.fr/?bjo6gw
    docker network port
  • Note: docker clean

    docker system df
    docker system prune
    docker system prune --all
    docker volume prune

    14 mai 2018 à 11:09:07 UTC+2 - permalink - archive.org - https://links.infomee.fr/?9wYw4w
    clean df docker
  • Understanding how uid and gid work in Docker containers
    18 avril 2018 à 14:48:20 UTC+2 - permalink - archive.org - https://medium.com/@mccode/understanding-how-uid-and-gid-work-in-docker-containers-c37a01d01cf
    docker gid uid
  • Note: Docker space disk

    My /var/lib/docker folder was non empty (12GB) event after big cleanup (containers, images, volumes..)

    It's a known issue with some layers not removed when you do docker rm -f (force)

    Solution : service docker stop; rm -rf /var/lib/docker/*; service docker start

    :-/

    5 janvier 2018 à 15:25:27 UTC+1 * - permalink - archive.org - https://links.infomee.fr/?22DTwA
    docker
  • DevOps, Docker, and Empathy

    from ifttt pocket

    14 décembre 2017 à 09:19:39 UTC+1 * - permalink - archive.org - http://jpetazzo.github.io/2017/10/31/devops-docker-empathy/
    devops docker
  • sysadvent: Day 9 - Using Kubernetes for multi-provider, multi-region batch jobs
    9 décembre 2017 à 18:18:13 UTC+1 - permalink - archive.org - http://sysadvent.blogspot.fr/2017/12/day-9-using-kubernetes-for-multi.html
    aws docker k8s
  • docker-sync by EugenMayer
    9 décembre 2017 à 18:14:39 UTC+1 - permalink - archive.org - http://docker-sync.io/
    dev docker mac perf
  • Using systemd to control the Docker daemon - Docker, Inc.

    The nice thing about the command above is that it shows a unified view of all options and takes into consideration any overrides that may have been applied.
    To change the value of an option, ExecStart in this case, do the following:

    [ec2-user@ip-10-0-46-113 ~]$ sudo systemctl edit docker

    This will create the necessary directory structure under /etc/systemd/system/docker.service.dand open an editor (using the default editor configured for the user) to the override file. Add the section below into the editor:

    [Service]
    ExecStart=
    ExecStart=/usr/bin/docker daemon -H tcp://0.0.0.0:2375 -H unix:///var/run/docker.sock

    It was necessary to clear out ExecStart using ExecStart= before setting it to the override value. This is only required for some options and most options in the configuration file would not need to be cleared like this

    10 octobre 2017 à 11:21:10 UTC+2 - permalink - archive.org - https://success.docker.com/KBase/Using_systemd_to_control_the_Docker_daemon
    docker systemd
Links per page: 20 50 100
◄Older
page 2 / 7
Newer►
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation