- coreos
- mesos
- logique de build avec exemple elasticsearch :
- voir le lien avec openstack decrit ici
- snapshot ou backup de containers
http://www.infoq.com/articles/docker-containers
couche réseau avec weaver
http://xmodulo.com/networking-between-docker-containers.html
http://stackoverflow.com/questions/23544282/what-is-the-best-way-to-manage-permissions-for-docker-shared-volumes
storage backend
http://jpetazzo.github.io/assets/2015-03-03-not-so-deep-dive-into-docker-storage-drivers.html#62
cheat sheet
https://github.com/wsargent/docker-cheat-sheet
ansible logging
http://stackoverflow.com/questions/18794808/how-do-i-get-logs-details-of-ansible-playbook-module-executions
Logstash
http://boynux.com/logstash-forwarder-docker/
GUI
- Dockland - Yet another docker web UI
https://github.com/dynport/dockland
- Shipyard – a web UI for Docker
https://github.com/ehazlett/shipyard
- DockerUI – Web interface to interact with the Docker Remote API
https://github.com/crosbymichael/dockerui
$ sudo cat /var/lib/docker/repositories | python -mjson.tool
{
"Repositories": {
"ubuntu": {
"12.04": "8dbd9e392a964056420e5d58ca5cc376ef18e2de93b5cc90e868a1bbc8318c1c",
"12.10": "b750fe79269d2ec9a3c593ef05b4332b1d1a02a62b4accb2c21d589ff2f5f2dc",
"latest": "8dbd9e392a964056420e5d58ca5cc376ef18e2de93b5cc90e868a1bbc8318c1c",
"precise": "8dbd9e392a964056420e5d58ca5cc376ef18e2de93b5cc90e868a1bbc8318c1c",
"quantal": "b750fe79269d2ec9a3c593ef05b4332b1d1a02a62b4accb2c21d589ff2f5f2dc"
}
}
}
Docker index
http://starkandwayne.com/articles/2014/02/10/private-docker/Video a regarder sur docker ocn
https://www.youtube.com/watch?v=sYQ8j02wbCY
monitor
https://github.com/icecrime/docker-mon
https://github.com/docker-oxford/spyhop
gestionnaire d'images
https://github.com/yelp/docker-custodian
networking
http://www.linuxjournal.com/content/concerning-containers-connections-docker-networking
git-hub / environnement de dévelooppement
https://travis-ci.org/
No comments:
Post a Comment