From 03a1021a262cca5dbd5a176e03ba636db38a3d05 Mon Sep 17 00:00:00 2001 From: Andreas Gebhardt Date: Fri, 9 Jun 2017 12:00:16 +0200 Subject: [PATCH] update organization of 'Container-Factory' (GitHub) Organization changed from 'lsqio' to [@mutable](https://github.com/mutable) 'The Microservice Platform' [1] [1] http://www.mutable.io --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 18dcb69..0219578 100644 --- a/README.md +++ b/README.md @@ -243,7 +243,7 @@ Services to securely store your Docker images. ## Image Builder * [bocker](https://github.com/icy/bocker) (2) - Write Dockerfile completely in Bash. Extensible and simple. --> Reusable by [@icy](https://github.com/icy) * [box](https://github.com/box-builder/box) - Build Dockerfile images with a mruby DSL, includes flattening and layer manipulation -* [container-factory](https://github.com/lsqio/container-factory) - Produces Docker images from tarballs of application source code by [@lsqio](https://github.com/lsqio) +* [container-factory](https://github.com/mutable/container-factory) - Produces Docker images from tarballs of application source code by [@mutable](https://github.com/mutable) * [dlayer](https://github.com/wercker/dlayer) - Stats collector for Docker layers by [@wercker](https://github.com/wercker) * [docker-companion](https://github.com/mudler/docker-companion) - A command line tool written in Golang to squash and unpack docker images by [@mudler](https://github.com/mudler/) * [docker-make](https://github.com/CtripCloud/docker-make) - Build, tag,and push a bunch of related docker images via a single command.