InfoQ Homepage Docker Content on InfoQ
-
10 Weeks to QCon New York: Keynotes Announced and Early Peek into the Speaker Lineup
QCon New York (the 6th annual software conference) is just 10 weeks away. June 26-28 QCon returns to its new location at Times Square’s Marriott Marquis, but with the same great lineup of speakers. 2017 features speakers from Stitch Fix, Google, Netflix, Lyft, Pivotal, Redis Labs, among others.
-
How New Relic Does DevOps
A lead software engineer at New Relic wrote a summary of how DevOps tools and practices are used and practised in the New Relic engineering team. It talks about the evolution of the DevOps role, using their own product for monitoring and the visible benefits of this culture.
-
Public Docker Image Vulnerability Research Findings Released
A researcher from Federacy released a report analyzing vulnerabilities in Docker images in public repositories. 24% of images were found to have significant vulnerabilities, with Ubuntu based ones having the most and Debian based ones having the least.
-
Building a Bank with Golang, Microservices and Containers: Matt Heath at QCon London
At QCon London, Matt Heath, Distributed Systems Engineer at Monzo Bank, presented “Building a Bank with Golang”. Key takeaways included: Golang’s focus on simplicity and readability in combination with excellent concurrency primitives making this a language well-suited for creating “high volume, low latency, distributed applications”.
-
How JD.com Moved to Kubernetes from OpenStack
JD.com, one of China’s largest e-commerce companies, recently shared their experience in adopting Kubernetes to evolve to an application container based infrastructure from an OpenStack-managed IaaS one. The move, that also includes an in-house component for networking, improved resource utilization by 30%.
-
Common Reasons for Failed Kubernetes Deployments
A recent series of articles highlighted the 10 common reasons for failed Kubernetes deployments. These range from missing and incorrect inputs, to exceeding resource limits. In most cases, the kubectl describe command can help to pinpoint the underlying reason.
-
A Comparison of Some Container Orchestration Options
A recent article compares some of the container orchestration options available today. They range from open-source ones that can be self-hosted, to containers-as-a-service offerings, which again range from startups to enterprise players.
-
Docker for AWS Now Generally Available
Docker Inc. launched its answer to Amazon ECS into public beta at the end of last year: an AWS-compatible service for managing and orchestrating Docker containers. Now, Docker for AWS is generally available.
-
Amazon's Managed Container Service Adds Support for Docker on Windows
Amazon is the first cloud provider to support Windows Docker containers in their managed container platform - the AWS EC2 Container Service. The new beta service for Windows has several restrictions, but it paves the way to running multi-platform solutions across a single cluster of container hosts.
-
StorageOS Aims to Improve Stateful Container Storage
StorageOS aims to make container storage flexible by providing a single view of the underlying storage and exposing APIs for automation.
-
Docker 1.13 Released with Improved CLI, Compose-File Support for Swarm Mode, and Secrets API
Docker Inc, has released version 1.13 of its open source Docker container engine project. This release includes significant restructuring of the Docker CLI, and the introduction of ‘clean-up’ commands to reclaim disk space. Alongside the launch of Docker 1.13, new releases of the supporting toolchain were also made, including: Docker Compose 1.10, Docker Machine 0.9.0, and Notary 0.4.3.
-
Kubernetes 1.5 Released with Improved StatefulSets and Alpha Support for Windows Server 2016
The CNCF have released version 1.5 of the Kubernetes container orchestration system. Core improvements focus on beta functionality associated with deployment and scaling of stateful applications, and making it possible to perform cluster operations without disrupting applications. Alpha support has also been added for Windows Server 2016 nodes and the scheduling of Windows Server Containers.
-
Running Docker Containers Securely in Production
Hardening Docker containers in production involves a combination of techniques including making them immutable, minimizing the attack surface and applying both standard Linux hardening procedures as well as ones that are specific to a container environment.
-
An Overview of Various Docker Registries
Docker registries are collections of versioned repositories where users can upload and share Docker images. Apart from the well-known public repositories like Docker Hub, there also exist other lesser known repositories, some of them specialized, both offered as a service as well as deployable on-premises.
-
AWS Launches Amazon Linux Container Image
AWS recently launched a Docker container image for its Amazon Linux operating system, complementing the EC2 specific Amazon Linux AMI with a versatile deployment option for custom cloud and on-premise environments. The image is available through the Amazon EC2 Container Registry (Amazon ECR), and also as an official repository on Docker Hub.