From 3ae835b5f189cc7ecce6f1dcb9c381273655ca25 Mon Sep 17 00:00:00 2001 From: Julien Bisconti Date: Tue, 28 Jul 2015 15:09:14 +0200 Subject: [PATCH 1/4] add jfrazelle dockerfiles --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 97bc017..6d62daf 100644 --- a/README.md +++ b/README.md @@ -310,6 +310,7 @@ Securely store your Docker images. * [Collection of Dockerfiles](https://github.com/crosbymichael/Dockerfiles) by [@crosbymichael](https://github.com/crosbymichael) * [Dockerfile Example](https://github.com/komljen/dockerfile-examples) by [@komljen](https://github.com/komljen) * [Dockerfile Example 2](https://github.com/kstaken/dockerfile-examples) by [@kstaken](https://github.com/kstaken) +* [Dockerfile @jfrazelle](https://github.com/jfrazelle/dockerfiles) by [@jfrazelle](https://github.com/jfrazelle) **MUST SEE** for a fully containerized desktop! ## Storing Images * [Docker Registry](https://github.com/docker/docker-registry) (Registry server for Docker (hosting/delivering of repositories and images)) From 494381a556e206d859abca882e53c058abaf4cc6 Mon Sep 17 00:00:00 2001 From: Julien Bisconti Date: Tue, 28 Jul 2015 15:13:26 +0200 Subject: [PATCH 2/4] update registry v2 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d62daf..4f2361c 100644 --- a/README.md +++ b/README.md @@ -313,7 +313,8 @@ Securely store your Docker images. * [Dockerfile @jfrazelle](https://github.com/jfrazelle/dockerfiles) by [@jfrazelle](https://github.com/jfrazelle) **MUST SEE** for a fully containerized desktop! ## Storing Images -* [Docker Registry](https://github.com/docker/docker-registry) (Registry server for Docker (hosting/delivering of repositories and images)) +* ~~[Docker Registry](https://github.com/docker/docker-registry) (Registry server for Docker (hosting/delivering of repositories and images))~~ +* [Docker Registry v2](https://github.com/docker/distribution) (The Docker toolset to pack, ship, store, and deliver content) ## Monitoring * [Seagull](https://github.com/tobegit3hub/seagull) (Friendly Web UI to monitor docker daemon.) From 9d458e580e9100c6f74604c392571cf230d56bfd Mon Sep 17 00:00:00 2001 From: Julien Bisconti Date: Tue, 28 Jul 2015 15:17:39 +0200 Subject: [PATCH 3/4] add Rescoyl Private Docker registry --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4f2361c..7db1851 100644 --- a/README.md +++ b/README.md @@ -315,6 +315,7 @@ Securely store your Docker images. ## Storing Images * ~~[Docker Registry](https://github.com/docker/docker-registry) (Registry server for Docker (hosting/delivering of repositories and images))~~ * [Docker Registry v2](https://github.com/docker/distribution) (The Docker toolset to pack, ship, store, and deliver content) +* [Rescoyl](https://github.com/noteed/rescoyl) (Private Docker registry) by [@noteed](https://github.com/noteed) ## Monitoring * [Seagull](https://github.com/tobegit3hub/seagull) (Friendly Web UI to monitor docker daemon.) From 3010526c2fbe3991d1c1857d7e0e217023ecfe7d Mon Sep 17 00:00:00 2001 From: Julien Bisconti Date: Tue, 28 Jul 2015 15:44:21 +0200 Subject: [PATCH 4/4] add jfrazelle article containerized desktop much fun!!! --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7db1851..e0d5efc 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ _Source:_ [What is Docker](https://www.docker.com/whatisdocker/) * [Install Kitematic](https://kitematic.com/) Nice GUI, works on OSX * Check out: [Docker Cheat Sheet](https://github.com/wsargent/docker-cheat-sheet) by [@wsargent](https://github.com/wsargent) __MUST SEE__ * [Project Web Dev](http://project-webdev.blogspot.de) : (Article series) How to create your own website based on Docker +* [Docker Containers on the desktop](https://blog.jessfraz.com/post/docker-containers-on-the-desktop/) by [@jfrazelle](https://github.com/jfrazelle) The **funniest way** to learn about docker! (Tips: checkout her [dotfiles](https://github.com/jfrazelle/dotfiles) and her [dockerfiles](https://github.com/jfrazelle/dockerfiles)) # MENU @@ -99,6 +100,7 @@ _Source:_ [What is Docker](https://www.docker.com/whatisdocker/) * [Contrainer solutions](http://container-solutions.com/blog/) * [DockerOne](http://dockerone.com/) Docker Community (in Chinese) by [@LiYingJie](http://dockerone.com/people/%E6%9D%8E%E9%A2%96%E6%9D%B0) * [Project Web Dev](http://project-webdev.blogspot.de) : (Article series) How to create your own website based on Docker +* [Docker Containers on the desktop](https://blog.jessfraz.com/post/docker-containers-on-the-desktop/) by [@jfrazelle](https://github.com/jfrazelle) The **funniest way** to learn about docker! (Tips: checkout her [dotfiles](https://github.com/jfrazelle/dotfiles) and her [dockerfiles](https://github.com/jfrazelle/dockerfiles)) ## General Articles * [Getting Started with Docker](https://serversforhackers.com/articles/2014/03/20/getting-started-with-docker/) by [@fideloper](https://github.com/fideloper) -- [Servers For Hackers](https://serversforhackers.com/editions/) is valuable resource. At some point, every programmer finds themselves needing to know their way around a server.