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
    2018年10月28日 GMT+1 下午5:05:15 - 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 ;)

    2018年10月25日 GMT+2 上午8:50:54 - 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

    2018年8月6日 GMT+2 上午9:16:10 * - 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.
    2018年7月8日 GMT+2 下午12:42:31 - 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/

    2018年7月2日 GMT+2 上午9:02:40 - 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

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

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

    2018年5月17日 GMT+2 下午4:15:05 - 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

    2018年5月14日 GMT+2 上午11:09:07 - permalink - archive.org - https://links.infomee.fr/?9wYw4w
    clean df docker
  • Understanding how uid and gid work in Docker containers
    2018年4月18日 GMT+2 下午2:48:20 - 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

    :-/

    2018年1月5日 GMT+1 下午3:25:27 * - permalink - archive.org - https://links.infomee.fr/?22DTwA
    docker
  • DevOps, Docker, and Empathy

    from ifttt pocket

    2017年12月14日 GMT+1 上午9:19:39 * - 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
    2017年12月9日 GMT+1 下午6:18:13 - permalink - archive.org - http://sysadvent.blogspot.fr/2017/12/day-9-using-kubernetes-for-multi.html
    aws docker k8s
  • docker-sync by EugenMayer
    2017年12月9日 GMT+1 下午6:14:39 - 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

    2017年10月10日 GMT+2 上午11:21:10 - 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