docker-tools
docker-tools copied to clipboard
Hi, I change regex when event are trap to extract container ID and event using to new format New Format > 2017-01-11T20:46:26.268651386-05:00 container start bc340bc76860452fb99ce15101765107f0cf32005e9fcb3261407d81d247307d (image=ubuntu:14.04, name=toto) Original one :...
Hi, For my needs I create startup script for my server Ubuntu and my workstation ArchLinux , so I hope it can help other people ! English is not my...
Hi, So here the patch suggestion , of course it's include my 2 other pull request . To fix the issues , I keep the idea of the script ,...
Hi, yep me again :D , The creation process work , event are trap correctly with my pull request when I fixed the issue #11 , but the destroy event...
Hi, I use docker version 1.12 : ``` $ docker info Containers: 64 Running: 13 Paused: 0 Stopped: 51 Images: 239 Server Version: 1.12.1 Storage Driver: aufs Root Dir: /data/var/lib/docker/aufs...
`docker-py` no longer supports `c.execute()` - it has been broken out into `c.exec_create()` and `c.exec_start()`. This commit mostly covers that, and in the process solved a couple of other issues...
With docker-compose 1.3.1, the events seems to be out of order: die, stop, create, start, destroy. This cause the dns entry to be updated, then removed.
Currently TTL are hardwired to 60 seconds for `A` records and 600 seconds for the others. Should be more flexible.
The python script you wrote for dynamic DNS update is great. I am trying to get it working and when I do get it working I'd like to update the...