diff --git a/README.md b/README.md index 44e867e..a07aeef 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Awesome Docker [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) [![Join the chat at https://gitter.im/veggiemonk/awesome-docker](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/veggiemonk/awesome-docker) +# Awesome Docker [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) [![Join the chat at https://gitter.im/veggiemonk/awesome-docker](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/veggiemonk/awesome-docker) > A curated list of Docker resources and projects > Inspired by [@sindresorhus](https://github.com/sindresorhus)' [awesome][sindresorhus] and improved by these **[amazing contributors](https://github.com/veggiemonk/awesome-docker/graphs/contributors)**. @@ -17,11 +17,12 @@ If this list is not complete, you can [contribute][editreadme] to make it so. He The creators and maintainers of this list do not receive any form of payment to accept a change made by any contributor. This page is not an official Docker product in any way. It is a list of links to projects and is maintained by volunteers. Everybody is welcome to contribute. The goal of this repo is to index open-source projects, not to advertise for profit. All the links are monitored and tested with [awesome_bot](https://github.com/dkhamsing/awesome_bot) made by [@dkhamsing](https://github.com/dkhamsing) - -# Contents + +# Contents +- [Legend](#legend) - [What is Docker](#what-is-docker) - [Where to start](#where-to-start) - [Where to start (Windows)](#where-to-start-windows) @@ -57,9 +58,9 @@ All the links are monitored and tested with [awesome_bot](https://github.com/dkh - [Testing](#testing) - [Wrappers](#wrappers) - [Services based on Docker (:heavy_dollar_sign:)](#services-based-on-docker-heavy_dollar_sign) - - [CI Services :heavy_dollar_sign:](#ci-services) - - [CaaS :heavy_dollar_sign:](#caas) - - [Monitoring Services :heavy_dollar_sign:](#monitoring-services) + - [CI Services](#ci-services) + - [CaaS](#caas) + - [Monitoring Services](#monitoring-services) - [Useful Resources](#useful-resources) - [Awesome Lists](#awesome-lists) - [Good Tips](#good-tips) @@ -71,6 +72,7 @@ All the links are monitored and tested with [awesome_bot](https://github.com/dkh - [Chinese](#chinese) - [English](#english) - [Russian](#russian) + - [Spanish](#spanish) @@ -109,7 +111,7 @@ _Source:_ [What is Docker](https://www.docker.com/why-docker) # Where to start (Windows) - [A Comparative Study of Docker Engine on Windows Server vs Linux Platform](https://collabnix.com/a-comparative-study-of-docker-engine-on-windows-server-vs-linux-platform/) Comparing the feature sets and implementations of Docker on Windows and Linux -- [Build And Run Your First Docker Windows Server Container](https://blog.docker.com/2016/09/build-your-first-docker-windows-server-container/) Walkthrough installing Docker on Windows 10, building a Docker image and running a Windows container +- [Build And Run Your First Docker Windows Server Container](https://www.docker.com/blog/build-your-first-docker-windows-server-container/) Walkthrough installing Docker on Windows 10, building a Docker image and running a Windows container - [Docker on Windows behind a firewall](https://toedter.com/2015/05/11/docker-on-windows-behind-a-firewall/) by [@kaitoedter](https://twitter.com/kaitoedter) - [Docker Reference Architecture: Modernizing Traditional .NET Framework Applications](https://success.docker.com/article/modernizing-traditional-dot-net-applications) - You will learn to identify the types of .NET Framework applications that are good candidates for containerization, the "lift-and-shift" approach to containerization. - [Docker with Microsoft SQL 2016 + ASP.NET](https://blog.alexellis.io/docker-does-sql2016-aspnet/) Demonstration running ASP.NET and SQL Server workloads in Docker @@ -456,7 +458,7 @@ Examples by: Services to securely store your Docker images. - [Amazon EC2 Container Registry :heavy_dollar_sign:](https://aws.amazon.com/ecr/) - Amazon EC2 Container Registry (ECR) is a fully-managed Docker container registry that makes it easy for developers to store, manage, and deploy Docker container images. -- [Azure Container Registry :heavy_dollar_sign:](https://azure.microsoft.com/services/container-registry/) - Manage a Docker private registry as a first-class Azure resource +- [Azure Container Registry :heavy_dollar_sign:](https://azure.microsoft.com/en-us/services/container-registry/) - Manage a Docker private registry as a first-class Azure resource - [CargoOS](https://github.com/RedCoolBeans/cargos-buildroot) - A bare essential OS for running the Docker Engine on bare metal or Cloud. By [@RedCoolBeans](https://github.com/RedCoolBeans) - [Cloudsmith :heavy_dollar_sign:](https://cloudsmith.io/l/docker-registry/) - A fully managed package management SaaS, with first-class support for public and private Docker registries (and many others, incl. Helm charts for the Kubernetes ecosystem). Has a generous free-tier and is also completely free for open-source. - [Cycle.io :heavy_dollar_sign:](https://cycle.io/) - Bare-metal container hosting. @@ -635,7 +637,7 @@ Services to securely store your Docker images. - **[Valuable Docker Links](http://nane.kratzke.pages.mylab.th-luebeck.de/about/blog/2014/08/24/valuable-docker-links/)** High quality articles about docker! **MUST SEE** - [Cloud Native Landscape](https://github.com/cncf/landscape) -- [Docker Weekly](https://blog.docker.com/docker-weekly-archives/) Huge resource +- [Docker Weekly](https://www.docker.com/blog/docker-weekly-archives/) Huge resource - [Programming Community Curated Resources for learning Docker](https://hackr.io/tutorials/learn-docker) - [Docker in Action, Second Edition](https://www.manning.com/books/docker-in-action-second-edition) - [Docker Community on Hashnode](https://hashnode.com/n/docker) @@ -684,7 +686,6 @@ Services to securely store your Docker images. - [Ten Docker Image Security Best Practices Cheat Sheet](https://snyk.io/blog/10-docker-image-security-best-practices/) - [Top ten most popular docker images each contain at least 30 vulnerabilities](https://snyk.io/blog/top-ten-most-popular-docker-images-each-contain-at-least-30-vulnerabilities/) - [Tuning Docker with the newest security enhancements](https://opensource.com/business/15/3/docker-security-tuning) -- [Understanding Docker security and best practices](https://blog.docker.com/2015/05/understanding-docker-security-and-best-practices/) (written 5 MAY 2015) ## Videos