Add content for Docker (#1039)

Add a description and resources for Docker. However, Docker is a big topic and could probably use some more information.
pull/1657/head
Kyle Thorpe 3 years ago committed by GitHub
parent ec7223d31c
commit 7877547678
  1. 7
      content/roadmaps/101-backend/content/118-containerization/100-docker.md

@ -1 +1,8 @@
# Docker # Docker
Docker is a platform for working with containerized applications. Among its features are a daemon and client for managing and interacting with containers, registries for storing images, and a desktop application to package all these features together.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='blue' badgeText='Official Website' href='https://docs.docker.com/'>Docker Documentation</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://aws.amazon.com/docker/'>What is Docker | AWS </BadgeLink>
<BadgeLink badgeText='Watch' href='https://youtu.be/3c-iBn73dDE'>Docker Tutorial</BadgeLink>

Loading…
Cancel
Save