BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage Docker Content on InfoQ

  • The Peril and Promise of the Early Adoption of Technology

    At the inaugural O’Reilly Software Architecture conference, Bryan Cantrill shared lessons learnt from building a business around the early adoption of OS-virtualised containers. Core advice included; don’t innovate in too many directions at once; identify the technical differentiators, and focus on ease of use/adoptions for everything else; and don’t give up - technological revolutions take time.

  • AWS Elastic Beanstalk Adds Preconfigured Docker Containers for Go

    After introducing "Preconfigured Docker" as a new category of supported platforms in November 2014 with initial support for Java/GlassFish and Python 3.4 containers, Amazon Web Services (AWS) recently added Go versions 1.3 and 1.4 as the first additional language based on this new approach to its platform as a service offering AWS Elastic Beanstalk.

  • RancherOS: A Minimal OS for Docker in Production

    RancherOS claims to be a production-ready minimalist Linux distribution running on and dedicated to Docker containers. Fast booting, small binary fingerprint and alignment with latest Docker releases are some of the arguments supporting the claim.

  • Arun Gupta: Recipes for Deploying Java EE Apps with Docker and Kubernetes

    At JavaLand 2015, Arun Gupta presented several ‘recipes’ for deploying Java EE applications using Docker and Kubernetes. Gupta stated that containers are beneficial for deploying and managing applications, as they provide faster deployment, isolation and portability. The use of a container cluster manager, such as Kubernetes, also ensures availability and scalability.

  • Luke Marsden: Using Flocker to Enable Mobility of Docker Container State

    Luke Marsden stated at QCon London 2015, that although Docker containers provide a very useful deployment mechanism for development and test, the absence of host mobility for containers with state may provide problems in production deployments. The open source Flocker tool provides a mechanism to overcome this by allowing stateful containers to be moved between hosts.

  • Mirantis Partners with Google to Integrate Kubernetes and OpenStack

    OpenStack specialists Mirantis have announced a joint project with Google to integrate the Kubernetes container management system with the OpenStack project, which will allow Docker containers to be deployed at scale on infrastructure managed by OpenStack.

  • Apache Aurora v0.7.0 Released with Docker Support

    The Apache Aurora community have released version 0.7.0-incubating of the Apache Aurora framework for Mesos, which provides a platform for long-running services and cron jobs. This release includes beta integration with Docker, official support for the Aurora command-line client v2, and performance improvements for running Aurora at scale.

  • Docker Inc., Release Docker 1.5 With Read-only Containers, Stats and More

    Docker Inc., have released version 1.5 of the Docker application container runtime, which contains IPv6 support, read-only containers, access to container statistics, “named Dockerfiles” and a Docker image specification v1.0.0.

  • CoreOS Propose Modification to Docker for Supporting appc ACIs

    CoreOS have opened a pull-request to Docker which contains a proof-of-concept modification to enable Docker to run appc app container images (ACIs). At the same time CoreOS have also released a new version of Rocket that supports the native running of Docker images.

  • Project Pachyderm Aims to Build a "Modern" Hadoop on Docker

    Project Pachyderm Aims to Build "Modern" Hadoop using Docker and CoreOS.

  • Config Management Camp: Containers and Configuration Management Future

    Julian C. Dunn, product manager at Chef, presented at Config Management Camp about how configuration management needs to adapt to a containerized world, while Gareth Rushgrove, software engineer at Puppet Labs, talked about the future of configuration management, and how the emerging and future technologies will still need to have configuration management into account.

  • FOSDEM Virtualization: Docker Integration in oVirt and Live Migration of Containers with CRIU

    Federico Simoncelli, principal software engineer in the virtualization department at Red Hat, explained the integration status between oVirt, Docker containers and Kubernetes, and Andrey Vagin, software engineer at Parallels, covered the work done in the CRIU project to enable live migration of containers, at the virtualization developer room at FOSDEM.

  • FOSDEM Virtualization: Docker Containers in Foreman and LXD

    Daniel Lobato, software engineer at Red Hat, presented the new Foreman features to manage Docker containers, and Serge Hallyn, member of Ubuntu server team, introduced the new LXD project, the Linux container daemon, at the FOSDEM virtualization developer room.

  • FOSDEM Virtualization: Under the Hood of Containers

    Vincent Batts, senior software engineer at Red Hat, talked about Linux containers and Docker, covering the different storage drivers pros and cons, the image format and signing of images, at the virtualization developer room at FOSDEM.

  • Powerstrip: A Tool for Prototyping Docker Extensions

    ClusterHQ, the team behind Flocker, have announced Powerstrip, an Apache licensed tool to prototype Docker extensions. Powerstrip works as a proxy between the Docker command line interface (CLI) and the Docker daemon allowing the Docker API to be extended. The main advantage of this approach is that it becomes much easier to compose together Docker add ons such as Flocker or Weave.

BT