mirror of
https://github.com/veggiemonk/awesome-docker.git
synced 2024-10-01 01:36:03 -04:00
Merge pull request #369 from veggiemonk/add-awesome-selfhosted
Add awesome selfhosted
This commit is contained in:
commit
83fce66568
@ -97,7 +97,7 @@ _Source:_ [What is Docker](https://www.docker.com/what-docker)
|
|||||||
* [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://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
|
||||||
* Video: [Windows Containers and Docker: The 101](https://www.youtube.com/watch?v=N7SG2wEyQtM) A 20-minute overview, using Docker to run PowerShell, ASP.NET Core and ASP.NET apps
|
* Video: [Windows Containers and Docker: The 101](https://www.youtube.com/watch?v=N7SG2wEyQtM) A 20-minute overview, using Docker to run PowerShell, ASP.NET Core and ASP.NET apps
|
||||||
* [A Comparative Study of Docker Engine on Windows Server vs Linux Platform](http://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
|
* [A Comparative Study of Docker Engine on Windows Server vs Linux Platform](http://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
|
||||||
* [Docker with Microsoft SQL 2016 + ASP.NET](http://blog.alexellis.io/docker-does-sql2016-aspnet/) Demonstration running ASP.NET and SQL Server workloads in Docker
|
* [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
|
||||||
* [Running a Legacy ASP.NET App in a Windows Container](https://blog.sixeyed.com/dockerizing-nerd-dinner-part-1-running-a-legacy-asp-net-app-in-a-windows-container/) Steps for Dockerizing a legacy ASP.NET app and runnning as a Windows container
|
* [Running a Legacy ASP.NET App in a Windows Container](https://blog.sixeyed.com/dockerizing-nerd-dinner-part-1-running-a-legacy-asp-net-app-in-a-windows-container/) Steps for Dockerizing a legacy ASP.NET app and runnning as a Windows container
|
||||||
* [Exploring ASP.NET Core with Docker in both Linux and Windows Containers](http://www.hanselman.com/blog/ExploringASPNETCoreWithDockerInBothLinuxAndWindowsContainers.aspx) Running ASP.NET Core apps in Linux and Windows containers, using [Docker for Windows][docker-for-windows]
|
* [Exploring ASP.NET Core with Docker in both Linux and Windows Containers](http://www.hanselman.com/blog/ExploringASPNETCoreWithDockerInBothLinuxAndWindowsContainers.aspx) Running ASP.NET Core apps in Linux and Windows containers, using [Docker for Windows][docker-for-windows]
|
||||||
|
|
||||||
@ -399,7 +399,7 @@ Services to securely store your Docker images.
|
|||||||
* [Amazon ECS](https://aws.amazon.com/ecs/) - A management service on EC2 that supports Docker containers.
|
* [Amazon ECS](https://aws.amazon.com/ecs/) - A management service on EC2 that supports Docker containers.
|
||||||
* [Arukas](https://arukas.io/) - Heroku-inspired CaaS
|
* [Arukas](https://arukas.io/) - Heroku-inspired CaaS
|
||||||
* [Azure ACS](https://azure.microsoft.com/en-us/services/container-service/) - A management service on Azure Virtual Machines that supports Docker containers.
|
* [Azure ACS](https://azure.microsoft.com/en-us/services/container-service/) - A management service on Azure Virtual Machines that supports Docker containers.
|
||||||
* [Cloud 66](http://www.cloud66.com) - Full-stack hosted container management as a service
|
* [Cloud 66](https://www.cloud66.com) - Full-stack hosted container management as a service
|
||||||
* [ContainerShip Cloud][containership] - Multi-Cloud Container Hosting Automation Platform.
|
* [ContainerShip Cloud][containership] - Multi-Cloud Container Hosting Automation Platform.
|
||||||
* [DataMC](http://datamc.io/) - DataMc is a PaaS for Production ready and fully managed Data Platform
|
* [DataMC](http://datamc.io/) - DataMc is a PaaS for Production ready and fully managed Data Platform
|
||||||
* [Docker Cloud](https://cloud.docker.com/) - Former Tutum
|
* [Docker Cloud](https://cloud.docker.com/) - Former Tutum
|
||||||
@ -485,6 +485,7 @@ Services to securely store your Docker images.
|
|||||||
|
|
||||||
# Useful Resources
|
# Useful Resources
|
||||||
* [Awesome Linux Container](https://github.com/Friz-zy/awesome-linux-containers) more general about container than this repo, by [@Friz-zy](https://github.com/Friz-zy).
|
* [Awesome Linux Container](https://github.com/Friz-zy/awesome-linux-containers) more general about container than this repo, by [@Friz-zy](https://github.com/Friz-zy).
|
||||||
|
* [Awesome Selfhosted](https://github.com/Kickball/awesome-selfhosted) list of Free Software network services and web applications which can be hosted locally by running in a classical way (setup local web server and run applications from there) or in a Docker container. By [@Kickball](https://github.com/Kickball)
|
||||||
* [Awesome Sysadmin](https://github.com/n1trux/awesome-sysadmin) by [@n1trux](https://github.com/n1trux)
|
* [Awesome Sysadmin](https://github.com/n1trux/awesome-sysadmin) by [@n1trux](https://github.com/n1trux)
|
||||||
* [Blog](http://crosbymichael.com/) of [@crosbymichael][crosbymichael]
|
* [Blog](http://crosbymichael.com/) of [@crosbymichael][crosbymichael]
|
||||||
* [Blog](https://gliderlabs.com/devlog/) of [@gliderlabs][gliderlabs]
|
* [Blog](https://gliderlabs.com/devlog/) of [@gliderlabs][gliderlabs]
|
||||||
|
Loading…
Reference in New Issue
Block a user