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/1043/head
Kyle Thorpe 3 years ago committed by GitHub
parent ceffafd4ae
commit 439d622e11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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