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
    October 28, 2018 at 5:05:15 PM GMT+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 ;)

    October 25, 2018 at 8:50:54 AM GMT+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

    August 6, 2018 at 9:16:10 AM GMT+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.
    July 8, 2018 at 12:42:31 PM GMT+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/

    July 2, 2018 at 9:02:40 AM GMT+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

    June 27, 2018 at 9:23:02 AM GMT+2 * - permalink - archive.org - https://links.infomee.fr/?96fr1A
    compose docker install
  • Revisiting Docker and Jenkins | Riot Games Engineering
    June 18, 2018 at 3:47:53 PM GMT+2 - permalink - archive.org - https://engineering.riotgames.com/news/revisiting-docker-and-jenkins
    ci docker jenkins
  • Revisiting Docker and Jenkins | Riot Games Engineering
    June 18, 2018 at 3:47:53 PM GMT+2 - permalink - archive.org - https://engineering.riotgames.com/news/revisiting-docker-and-jenkins
    ci docker jenkins
  • app/README.md at master · docker/app · GitHub
    June 18, 2018 at 3:34:00 PM GMT+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

    June 6, 2018 at 10:33:54 AM GMT+2 - permalink - archive.org - https://github.com/arnaudmm/dotfiles/blob/master/ecc
    docker
  • pms-docker/README.md at master · plexinc/pms-docker
    June 4, 2018 at 10:50:11 AM GMT+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
    June 4, 2018 at 10:49:32 AM GMT+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

    May 17, 2018 at 4:15:05 PM GMT+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

    May 14, 2018 at 11:09:07 AM GMT+2 - permalink - archive.org - https://links.infomee.fr/?9wYw4w
    clean df docker
  • Understanding how uid and gid work in Docker containers
    April 18, 2018 at 2:48:20 PM GMT+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

    :-/

    January 5, 2018 at 3:25:27 PM GMT+1 * - permalink - archive.org - https://links.infomee.fr/?22DTwA
    docker
  • DevOps, Docker, and Empathy

    from ifttt pocket

    December 14, 2017 at 9:19:39 AM GMT+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
    December 9, 2017 at 6:18:13 PM GMT+1 - permalink - archive.org - http://sysadvent.blogspot.fr/2017/12/day-9-using-kubernetes-for-multi.html
    aws docker k8s
  • docker-sync by EugenMayer
    December 9, 2017 at 6:14:39 PM GMT+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

    October 10, 2017 at 11:21:10 AM GMT+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