From 7d61b5a25722f6d655a811fd7b63edf1e8fe95f1 Mon Sep 17 00:00:00 2001 From: Olivier Ligot Date: Tue, 14 Apr 2015 13:27:38 +0200 Subject: [PATCH] Add article Running Docker Containers with Systemd --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f0a3970..bfb055b 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,7 @@ _Source:_ [What is Docker](https://www.docker.com/whatisdocker/) * [Eight Docker Development Patterns](http://www.hokstad.com/docker/patterns) * [Rails Development Environment for OS X using Docker](http://allenan.com/docker-rails-dev-environment-for-osx/) * [Logging on Docker: What You Need to Know](http://java.dzone.com/articles/logging-docker-what-you-need) + see the [video](https://vimeo.com/123341629) (~50min) +* [Running Docker Containers with Systemd](http://container-solutions.com/2015/04/running-docker-containers-with-systemd/) ## Deep Dive * [Creating containers - Part 1](http://crosbymichael.com/creating-containers-part-1.html) This is part one of a series of blog posts detailing how docker creates containers. By [@crosbymichael](https://github.com/crosbymichael)