Skip to content

Instantly share code, notes, and snippets.

@jnauber
Created December 9, 2014 18:31
Show Gist options
  • Save jnauber/7401befa50feda79f79c to your computer and use it in GitHub Desktop.
Save jnauber/7401befa50feda79f79c to your computer and use it in GitHub Desktop.
What's up in Dockerland
What's Up in Dockerland?
dockercon Europe 2014
Ankündigungen
- Docker
- Docker Machine
- "Machine makes it really easy to create Docker hosts on local hypervisors and cloud providers. It creates servers, installs Docker on them, then configures the Docker client to talk to them."
- Kapselt unterschiedliche "Driver" und bietet ein einheitliches Interface um die Docker-Ready Maschinen zu deployen
- Driver: AWS, Azure, DigitalOcean, VirtualBox, RackSpace, VMWare (vSphere, Fusion, vCloud Air), IBM SoftLayer, GCE
- https://github.com/docker/machine
- Docker Compose
- Easy Multimachine Docker Deployment
- Proposal-Status
- Fig lässt grüßen
- https://github.com/docker/docker/issues/9459
- Docker Swarm
- Cluster-Verwaltung per Docker-REST-API
- Docker Container werden über ein Docker-Machine-Resource-Pool verteilt
- Apache Mesos
- https://github.com/docker/swarm/
- Docker Hub Enterprise
- Docker Hub für das eigene Business
- Infrastruktur: AWS, Azure, IBM
- Release: ab Februar 2015
- Rocket von CoreOS
- New Container Engine
- container image, runtime, discovery
- image -> signierter tarball (optional verschlüsselt) -< liefert alles was zum Ausführen der Applikation natwendig ist, aber auch nicht mehr
- runtime ->
- no running daemon required
- Prototype-Status
- Warum?
- Docker entfernt sich vom Standard Container manifesto (https://github.com/docker/docker/commit/0db56e6c519b19ec16c6fbd12e3cee7dfa6018c5)
- CoreOS hat die Befürchtung das Docker Enterpriseservices wie Google Kubernetes oder Amazon EC2 Container anbietet und sich nicht nur um die Bereitstellung der Containertechnologie kümmert
- Übernahme von Orchard Laboratories (Fig - http://www.fig.sh/)
- Spannung zwischen CoreOS und Docker Team (https://gigaom.com/2014/12/02/why-coreos-just-fired-a-rocket-at-docker/)
- Zusammenarbeit von CoreOS und Pivotal für Cloud Foundry (http://blog.pivotal.io/cloud-foundry-pivotal/news-2/launching-rockets-collaborating-on-next-level-linux-containers)
- https://coreos.com/blog/rocket/ | https://github.com/coreos/rocket
- Giant Swarm
- Simple Microservice Infrastructure
- "Giant Swarm’s mission is to give developers the power and freedom to build the software that runs the world. "
- Im Moment in Alpha-Phase, Invite only, Kölner StartUp
- https://giantswarm.io/
- HashiCorp
- Orchestrating Docker with Terraform and Consul
- terraform - Tool zum Abbilden und Anlegen einer Infrastruktur
- consul - Tool für Service Discovery
- https://www.terraform.io/ | https://consul.io/
- The Container business is getting big in 2015, but docker will not be alone one
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment