Skip to content

Instantly share code, notes, and snippets.

@xingh
Created December 26, 2016 18:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xingh/f86ad88ed0b326a19c49a86afb3d846f to your computer and use it in GitHub Desktop.
Save xingh/f86ad88ed0b326a19c49a86afb3d846f to your computer and use it in GitHub Desktop.
[
{
"area":"content-left",
"name": "DOCKER: Self Paced Training",
"path":"https://training.docker.com/self-paced-training",
"ContentImages_small":"",
"ContentImages_large":"",
"title": "DOCKER: Self Paced Training",
"content": "Docker's own self paced training class.",
"category": "Training",
"tags": ["docker","video"],
"type": "Video",
"source": "Docker"
},
{
"area":"content-left",
"name": "Hackr.io : Learn Docker",
"path":"https://hackr.io/tutorials/learn-docker",
"ContentImages_small":"",
"ContentImages_large":"",
"title": "Hackr.io : Learn Docker",
"content": "Listing of docker tutorials submitted and voted on by the programming community",
"category": "Training",
"tags": ["docker","tutorials"],
"type": "Page",
"source": "Docker"
},
{
"area":"content-left",
"name": "Codementor : Introduction to Docker",
"path":"https://www.codementor.io/docker/tutorial/what-is-docker-tutorial-andrew-baker-oreilly",
"ContentImages_small":"",
"ContentImages_large":"",
"title": "An Introduction to Docker by Instructor of O’Reilly’s Docker Tutorial",
"content": "Docker started off as a side project at dotCloud, a Platform-as-a-Service company often compared to Heroku. I think it’s really cool how their business took off after making Docker their main focus.",
"category": "Training",
"tags": ["docker","introduction","tutorial"],
"type": "Page",
"source": "Codementor"
},
{
"area":"content-left",
"name": "Understanding Docker",
"path":"https://docs.docker.com/engine/understanding-docker/",
"ContentImages_small":"",
"ContentImages_large":"",
"title": "Docker: Understanding Docker",
"content": "Docker is an open platform for developing, shipping, and running applications. Docker enables you to separate your applications from your infrastructure so you can deliver software quickly. ",
"category": "Documentation",
"tags": ["docker","overview"],
"type": "Page",
"source": "Docker"
},
{
"area":"content-left",
"name": "Overview of Docker Compose",
"path":"https://docs.docker.com/compose/overview/",
"ContentImages_small":"",
"ContentImages_large":"",
"title": "Docker: Overview of Docker Compose",
"content": "Docker is an open platform for developing, shipping, and running applications. Docker enables you to separate your applications from your infrastructure so you can deliver software quickly. ",
"category": "Documentation",
"tags": ["docker","overview"],
"type": "Page",
"source": "Docker"
},
{
"area":"content-left",
"name": "Docker Hub",
"path":"https://hub.docker.com/",
"ContentImages_small":"",
"ContentImages_large":"",
"title": "Docker Hub",
"content": "Browse Thousands of the most popular software tools in the Docker Image Library",
"category": "Documentation",
"tags": ["docker","registry"],
"type": "Page",
"source": "Docker"
},
{
"area":"content-left",
"name": "Composer Registry",
"path":"https://www.composeregistry.com/",
"ContentImages_small":"",
"ContentImages_large":"",
"title": "Composer Registry",
"content": "a search engine for Docker Compose application stacks",
"category": "Article",
"tags": ["docker","registry", "compose"],
"type": "Article",
"source": "Site"
},
{
"area":"content-center",
"name": "Containers (Docker): A disruptive force in cloud computing",
"path":"http://anandmanisankar.com/posts/container-docker-PaaS-microservices/",
"ContentImages_small":"",
"ContentImages_large":"",
"title": "Containers (Docker): A disruptive force in cloud computing",
"content": "One of the primary goals of any well designed software is to abstract the complexity and present a simple consumable solution to the problem. But what about the software development process itself? Modern day software development lifecycle has become tremendously complicated. The variety of software stacks and hardware infrastructures that applications run on these days has drastically increased.",
"category": "Article",
"tags": ["docker","containers","devops","cloud"],
"type": "Page",
"source": "Blog"
},
{
"area":"content-center",
"name": "Dockerizing a Node.js web app",
"path":"http://anandmanisankar.com/posts/container-docker-PaaS-microservices/",
"ContentImages_small":"",
"ContentImages_large":"",
"title": "Dockerizing a Node.js web app",
"content": "The goal of this example is to show you how to get a Node.js application into a Docker container. The guide is intended for development, and not for a production deployment. The guide also assumes you have a working Docker installation and a basic understanding of how a Node.js application is structured.",
"category": "Article",
"tags": ["docker","webapp","nodejs"],
"type": "Page",
"source": "Blog"
},
{
"area":"content-right",
"name": "Docker in 5 Minutes",
"path":"https://youtu.be/Av2Umb6nELU",
"ContentImages_small":"",
"ContentImages_large":"",
"title": "Youtube: Docker in 5 Minutes",
"content": "First up, if you've only got five minutes (well, technically seven and a half), watch this. At Opensource.com's lightning talk series last fall, Docker contributor Vincent Batts of Red Hat gave a great overview of what Docker is, what containers are, and how these technologies are changing the way system administrators and developers are working together to deploy applications in a modern datacenter.",
"category": "Pitch",
"tags": ["docker","introduction"],
"type": "Video",
"source": "Youtube"
},
{
"area":"content-right",
"name": "Playlist: Different Docker Videos",
"path":"https://www.youtube.com/watch?v=Tlgoq9t95ew&feature=youtu.be&list=PLkA60AVN3hh_CglPdPy3M_4yv_XEmXE10",
"ContentImages_small":"",
"ContentImages_large":"",
"title": "Playlist: Different Docker Videos",
"content": "This is a play list of various different docker videos.",
"category": "Tutorial",
"tags": ["docker","introduction","video"],
"type": "Video",
"source": "Youtube"
},
{
"area":"content-right",
"name": "Introduction to Docker",
"path":"https://youtu.be/Q5POuMHxW-0",
"ContentImages_small":"",
"ContentImages_large":"",
"title": "Introduction to Docker by Solomon Hykes",
"content": "Now, you understand the concept, so let's take a slightly deeper dive. Docker founder and CTO Solomon Hykes takes you beyond the basics of containers and into how Docker works, what problems it solves, and some real-world demos.",
"category": "Pitch",
"tags": ["docker","introduction"],
"type": "Video",
"source": "Youtube"
},
{
"area":"content-right",
"name": "Docker for Developers",
"path":"https://www.youtube.com/watch?v=FdkNAjjO5yQ",
"ContentImages_small":"",
"ContentImages_large":"",
"title": "Docker for Developers by Jerome Petazzoni",
"content": "Next up, Docker's Jérôme Petazzoni takes you through Docker for developers. In this hour long video, Petazzoni goes through the Docker development workflow, in which applications are composed of simple, independent pieces which live inside of containers, separate and (mostly) secured from the operating system beneath them.",
"category": "Pitch",
"tags": ["docker","introduction"],
"type": "Video",
"source": "Youtube"
},
{
"area":"content-center",
"name": "Collection: Curated Docker Resources",
"path":"http://veggiemonk.github.io/awesome-docker/",
"ContentImages_small":"",
"ContentImages_large":"",
"title": "Collection: Curated Docker Examples",
"content": "A curated list of Docker resources and projects Inspired by @sindresorhus' awesome and improved by these amazing contributors.",
"category": "Tutorials",
"tags": ["list","docker","curated", "resources"],
"type": "List",
"source": "Github"
},
{
"area":"content-center",
"name": "Collection: Docker Examples",
"path":"https://youtu.be/umJYDAYxZys?list=PLfpPfDziPdMIbc7p-_siXYwqsRnd3jrLM",
"ContentImages_small":"",
"ContentImages_large":"",
"title": "Collection: Docker Examples",
"content": "Got it? Great. Now let's dive deeper into the deep blue. This video is actually a collection (can we call that a container?) of eleven tutorials which take you through a number of real-world scenarios for deploying applications with Docker, from simple examples like Wordpress, to a number of security tests to database backup.",
"category": "Tutorials",
"tags": ["examples","wordpress","docker"],
"type": "Playlist",
"source": "Youtube"
},
{
"area":"content-right",
"name": "Package your Java Applications using Docker",
"path":"https://youtu.be/R2nj1vRjLwE",
"ContentImages_small":"",
"ContentImages_large":"",
"title": "Arun Gupta: Package your Java Applications using Docker",
"content": "For applications developed as many different pieces working together, which need to be able to scale quickly and communicate with other application parts, orchestration is key. In this video, watch Red Hat's Arun Gupta show you how to package applications (in this case, written in Java) in Docker and orchestrate them using Kubernetes, an open source project from Google built for container orchestration.",
"category": "Introduction",
"tags": ["docker","kubernetes","java","redhat"],
"type": "Video",
"source": "Youtube"
},
{
"area":"content-center",
"name": "Development with Docker Compose",
"path":"http://howtocookmicroservices.com/docker-compose/",
"ContentImages_small":"",
"ContentImages_large":"",
"title": "Development with Docker Compose",
"content": "ey guys, in this little article we’ll talk about using docker, docker-compose and docker-machine for bootstraping development environment of the platform built with microservices architecture.",
"category": "Article",
"tags": ["docker","compose","development"],
"type": "Article",
"source": "Site"
},
{
"area":"content-center",
"name": "Get started with Docker on Windows using Chocolatey",
"path":"https://stefanscherer.github.io/get-started-with-docker-on-windows-using-chocolatey/",
"ContentImages_small":"",
"ContentImages_large":"",
"title":"Get started with Docker on Windows using Chocolatey",
"content": "The Docker tools are useful on a Windows machine to build and run applications in Linux containers locally in a VM or in the cloud. With the Chocolatey package manager you can install all the Docker tools you need to get started.",
"category": "Article",
"tags": ["docker","windows","chocolatey"],
"type": "Article",
"source": "Blog"
},
{
"area":"content-center",
"name": "Digital Ocean: Docker Tutorials and Guides",
"path":"https://www.digitalocean.com/community/tutorials?q=docker",
"ContentImages_small":"",
"ContentImages_large":"",
"title":"Digital Ocean: Docker Tutorials and Guides",
"content": "Great tutorials on how to use Docker by a hosting company.",
"category": "Tutorial",
"tags": ["docker","hosting","compose","delete","naming"],
"type": "Article",
"source": "Site"
},
{
"area":"footer-left",
"name": "Docker for Devops : Development to Production",
"path":"https://www.udemy.com/the-docker-for-devops-course-from-development-to-production/",
"ContentImages_small":"",
"ContentImages_large":"",
"title":"Udemy: Docker for Devops : Development to Production",
"content": "From Docker novice to DevOps expert in 7 hours. Looking to level up your skills by deploying your own web application? How about furthering your career by picking up years worth of general DevOps skills?",
"category": "Article",
"tags": ["docker","devops","udemy"],
"type": "Course",
"source": "Udemy"
},
{
"area":"footer-left",
"name": "How Containerization Enables Devops",
"path":"https://www.sumologic.com/blog-devops/how-containerization-enables-devops/",
"ContentImages_small":"",
"ContentImages_large":"",
"title":"SumoLogic: How Containerization Enables Devops",
"content": "From Docker novice to DevOps expert in 7 hours. Looking to level up your skills by deploying your own web application? How about furthering your career by picking up years worth of general DevOps skills?",
"category": "Article",
"tags": ["docker","devops","logging"],
"type": "Page",
"source": "SumoLogic"
},
{
"area":"footer-left",
"name": "Introduction to Docker Deployments",
"path":"http://help.cloud66.com/building-your-stack/introduction-to-docker-deployments",
"ContentImages_small":"",
"ContentImages_large":"",
"title":"Cloud66: Introduction to Docker Deployments",
"content": "We provide a set of tools and practices to help you run a full end to end production Docker based stack.",
"category": "Article",
"tags": ["docker","devops","services","orchestration"],
"type": "Page",
"source": "Cloud66"
},
{
"area":"footer-right",
"name": "Docker for data processing",
"path":"http://bigdata-madesimple.com/why-we-chose-docker-to-build-our-data-processing-platform/",
"ContentImages_small":"",
"ContentImages_large":"",
"title":"Hadoop: Why we chose Docker to build our data processing platform",
"content": "Historically, it has been a struggle for enterprise software vendors to control the deployment environment on their client’s installation base….",
"category": "Article",
"tags": ["docker","dataops","data processing","hadoop"],
"type": "Page",
"source": "Blog"
},
{
"area":"footer-right",
"name": "A Containerized Data Lake, Processing Pipeline",
"path":"http://pachyderm.io/",
"ContentImages_small":"",
"ContentImages_large":"",
"title":"Pachyderm: A Containerized Data Lake, Processing Pipeline",
"content": "Pachyderm lets you store and analyze your data using containers. ",
"category": "Article",
"tags": ["docker","dataops","data lake","pipeline","pachyderm"],
"type": "Page",
"source": "Site"
},
{
"area":"footer-right",
"name": "Five must see docker big data use cases that show dockers processing power.",
"path":"http://www.midvision.com/blog/5-must-see-docker-big-data-use-cases-that-show-dockers-processing-power",
"ContentImages_small":"",
"ContentImages_large":"",
"title":"Five must see docker big data use cases that show dockers processing power.",
"content": "Big Data is one of the big trends in IT of recent years. The vast majority of CIOs are collecting and managing more business information than they did two years ago. CIOs and IT Operations have a common goal: prepping their IT infrastructure to manage the data deluge and growing revenue by making better use of the data they collect.",
"category": "Article",
"tags": ["docker","dataops","spark","hadoop","pachyderm","coho"],
"type": "Page",
"source": "Blog"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment